Make admin members

This commit is contained in:
cuom1999 2022-05-28 02:29:25 -05:00
parent b1a52cc872
commit b8876ba023
3 changed files with 7 additions and 6 deletions

View file

@ -7,7 +7,7 @@
{% for user in top_rated %}
<tr>
<td style="padding: 7px 2px"><b>{{loop.index}}</b></td>
<td>{{link_user(user)}}</td>
<td style="line-break: anywhere">{{link_user(user)}}</td>
<td>{{user.rating}}</td>
</tr>
{% endfor %}