forked from MarseyWorld/MarseyWorld
fdsdsf
parent
c571f93519
commit
a5ae566e4c
|
@ -14,9 +14,9 @@
|
||||||
<thead class="bg-primary text-white">
|
<thead class="bg-primary text-white">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="font-weight:bold;">#</th>
|
<th style="font-weight:bold;">#</th>
|
||||||
<th role="button" onclick="sort_table(0)" style="font-weight:bold;">Name</th>
|
<th role="button" onclick="sort_table(1)" style="font-weight:bold;">Name</th>
|
||||||
<th role="button" onclick="sort_table(1)" style="font-weight:bold; text-align:right;">Truescore</th>
|
<th role="button" onclick="sort_table(2)" style="font-weight:bold; text-align:right;">Truescore</th>
|
||||||
<th role="button" onclick="sort_table(2)" style="font-weight:bold; text-align:right;">Mod actions</th>
|
<th role="button" onclick="sort_table(3)" style="font-weight:bold; text-align:right;">Mod actions</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
{% for user in admins %}
|
{% for user in admins %}
|
||||||
|
|
Loading…
Reference in New Issue