mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 18:52:23 +01:00
Fix upload percentage on stats page
Signed-off-by: Daan Sprenkels <hello@dsprenkels.com>
This commit is contained in:
committed by
Daan Sprenkels
parent
4dc6d9dd42
commit
ea98e23cb1
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user