fix messed up table

This commit is contained in:
aronwk-aaron
2024-03-11 12:33:33 -05:00
parent d6b0a91e4d
commit f3e2254330
2 changed files with 10 additions and 20 deletions

View File

@@ -14,17 +14,13 @@
<tr>
<th>Actions</th>
<th>Name</th>
{% if config.USER_ENABLE_EMAIL %}
<th>Email</th>
{% endif %}
<th>Email</th>
<th>GM Level</th>
<th>Locked</th>
<th>Banned</th>
<th>Muted</th>
<th>Registered</th>
{% if config.USER_ENABLE_EMAIL %}
<th>Email Confirmed</th>
{% endif %}
<th>Email Confirmed</th>
</tr>
</thead>
<tbody></tbody>