fix ratio

pull/29/head
Aevann1 2022-11-28 04:29:36 +02:00
parent 1911e97b83
commit c10a7ef5d8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<td data-sort-key="{{user.username.lower() if user else ''}}">{%- include 'user_in_table.html' -%}</td>
<td>{{r[1]}}</td>
<td>{{r[2]}}</td>
{% set ratio = r[1]/r[2]|string %}
{% set ratio = (r[1]/r[2])|string %}
<td>{{ratio[:3]}}</td>
<td>{{r[3]}}</td>
</tr>