Make admin a little smarter
This commit is contained in:
parent
1b3b27f1d9
commit
a78f1db5e6
4 changed files with 10 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue