add ability to sort votes table by truescoer

remotes/1693045480750635534/spooky-22
Aevann1 2022-06-25 17:44:02 +02:00
parent f415b469de
commit c53b8dae81
1 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@
{% block content %}
{% if thing %}
<script src="/assets/js/sort_table.js?v=242"></script>
<pre>
</pre>
@ -23,7 +26,7 @@
<div class="overflow-x-auto"><table class="table table-striped mb-5">
<thead class="bg-primary text-white"><tr>
<th>User</th>
<th>User truescore</th>
<th role="button" onclick="sort_table(1)">User truescore</th>
</tr></thead>
{% for vote in ups %}