Make admin a little smarter

This commit is contained in:
cuom1999 2022-05-28 03:54:12 -05:00
parent 1b3b27f1d9
commit a78f1db5e6
4 changed files with 10 additions and 5 deletions

View file

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