forked from rDrama/rDrama
1
0
Fork 0

fix prev commit

master
Aevann1 2022-09-05 10:32:52 +02:00
parent 93d7c91ce7
commit f6be11bc98
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
{% if request.values.get("sort") == 'author_asc' %}
<th scope="col"><a href="?sort=author_desc">Author</a></th>
{% else %}
<th scope="col"><a href="?sort=author_desc">Author</a></th>
<th scope="col"><a href="?sort=author_asc">Author</a></th>
{% endif %}
<th scope="col" onclick="sort_table(4)">Owners</th>
<th scope="col" onclick="sort_table(5)">Price</th>