Add line break to top users
This commit is contained in:
parent
b8876ba023
commit
982c975a20
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
{% for user in top_scorer %}
|
||||
<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.performance_points|floatformat(0) }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue