1
0
Fork 0

add support for title sort to ignore initial article

This commit is contained in:
Zach Flanders 2023-04-24 23:29:55 -05:00
parent ed5471c7ab
commit a94a4732ec
5 changed files with 58 additions and 2 deletions

View file

@ -145,7 +145,7 @@
<thead>
<tr>
<th>{% trans "Cover"%}</th>
<th>{% trans "Title" as text %}{% include 'snippets/table-sort-header.html' with field="title" sort=sort text=text %}</th>
<th>{% trans "Title" as text %}{% include 'snippets/table-sort-header.html' with field="sort_title" sort=sort text=text %}</th>
<th>{% trans "Author" as text %}{% include 'snippets/table-sort-header.html' with field="author" sort=sort text=text %}</th>
{% if request.user.is_authenticated %}
{% if is_self %}