Browse Source

Commit anti bétises de rezatoune

test_david
chirac 9 years ago
parent
commit
29936f2a70
  1. 2
      logs/templates/logs/aff_stats_users.html

2
logs/templates/logs/aff_stats_users.html

@ -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>

Loading…
Cancel
Save