mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 19:33:11 +00:00
Commit anti bétises de rezatoune
This commit is contained in:
parent
b03e37e7e6
commit
29936f2a70
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
{% for stat in stats %}
|
{% for stat in stats %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ stat }}</td>
|
<td>{{ stat|truncatechars:25 }}</td>
|
||||||
<td>{{ stat.num }}</td>
|
<td>{{ stat.num }}</td>
|
||||||
<td>{{ forloop.counter }}</td>
|
<td>{{ forloop.counter }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue