forked from MarseyWorld/MarseyWorld
fix prev commit
parent
93d7c91ce7
commit
f6be11bc98
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue