mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 12:42:21 +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>
|
<tr>
|
||||||
<th>{{ forloop.counter }}</th>
|
<th>{{ forloop.counter }}</th>
|
||||||
<td>{{ stat.user__name }}</td>
|
<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>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user