Add one more decimal to status table

This commit is contained in:
cuom1999 2023-03-16 14:33:05 -05:00
parent 99c9475ff7
commit b44b6e58bd

View file

@ -108,7 +108,7 @@
<span class="col-title">
{{_('Point')}}:
</span>
{{ _('%(points)s/%(total)s', points=batch.points|floatformat(1), total=batch.total|floatformat(0)) }}
{{ _('%(points)s/%(total)s', points=batch.points|floatformat(2), total=batch.total|floatformat(0)) }}
</td>
<td></td>
<td></td>