mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 06:24:23 +01:00
Hide token type in user settings (#1945)
* Works on #1891 * Hides token type from user settings because it's currently unused
This commit is contained in:
@@ -94,7 +94,6 @@
|
||||
<table class="table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<td class="text-center"><b>Type</b></td>
|
||||
<td class="text-center"><b>Created</b></td>
|
||||
<td class="text-center"><b>Expiration</b></td>
|
||||
<td class="text-center"><b>Delete</b></td>
|
||||
@@ -103,7 +102,6 @@
|
||||
<tbody>
|
||||
{% for token in tokens %}
|
||||
<tr>
|
||||
<td>{{ token.type }}</td>
|
||||
<td><span data-time="{{ token.created | isoformat }}"></span></td>
|
||||
<td><span data-time="{{ token.expiration | isoformat }}"></span></td>
|
||||
<td class="text-center">
|
||||
|
||||
Reference in New Issue
Block a user