fix format i think

pull/26/head
justcool393 2022-11-27 14:04:17 -06:00
parent 0c9d0d1bcd
commit 6ba586362d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<td data-sort-key="{{user.username.lower() if user else ''}}">{%- include 'user_in_table.html' -%}</td>
<td>{{r[2]}}</td>
<td>{{r[1]}}</td>
<td>{{":. 0%" | format(r[2] / r[1]|float)}}</td>
<td>{{"%" | format(r[2] / r[1]|float)}}</td>
{% endfor %}
</tbody>
</table>