8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-23 03:43:12 +00:00

Commit anti bétises de rezatoune

This commit is contained in:
Gabriel Detraz 2016-11-01 12:00:22 +01:00
parent 220f83ef41
commit 56fa4cdc2d

View file

@ -11,7 +11,7 @@
</thead>
{% for stat in stats %}
<tr>
<td>{{ stat }}</td>
<td>{{ stat|truncatechars:25 }}</td>
<td>{{ stat.num }}</td>
<td>{{ forloop.counter }}</td>
</tr>