ok actually give it rows lmao

pull/26/head
justcool393 2022-11-27 14:07:50 -06:00
parent 92a284f72c
commit 9ed10a85b6
1 changed files with 2 additions and 0 deletions

View File

@ -14,11 +14,13 @@
</thead>
<tbody>
{% for r in result %}
<tr>
{% set user = users.get(r[0]) %}
<td>{{loop.index}}</td>
<td data-sort-key="{{user.username.lower() if user else ''}}">{%- include 'user_in_table.html' -%}</td>
<td>{{r[2]}}</td>
<td>{{r[1]}}</td>
</tr>
{% endfor %}
</tbody>
</table>