Fix upload percentage on stats page

Signed-off-by: Daan Sprenkels <hello@dsprenkels.com>
This commit is contained in:
Jim Driessen
2018-09-09 10:15:49 +02:00
committed by Daan Sprenkels
parent 4dc6d9dd42
commit ea98e23cb1

View File

@ -34,7 +34,7 @@
<tr>
<th>{{ forloop.counter }}</th>
<td>{{ stat.user__name }}</td>
<td>{{ stat.total }} ({% widthratio stat.total total_uploads 100 %}%)</td>
<td>{{ stat.total }} ({% widthratio stat.total stats.total_uploads 100 %}%)</td>
</tr>
{% endfor %}
</tbody>