Add one more decimal to status table
This commit is contained in:
parent
99c9475ff7
commit
b44b6e58bd
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue