add support for title sort to ignore initial article
This commit is contained in:
parent
ed5471c7ab
commit
a94a4732ec
5 changed files with 58 additions and 2 deletions
|
@ -24,7 +24,7 @@ class SortListForm(forms.Form):
|
|||
sort_by = ChoiceField(
|
||||
choices=(
|
||||
("order", _("List Order")),
|
||||
("title", _("Book Title")),
|
||||
("sort_title", _("Book Title")),
|
||||
("rating", _("Rating")),
|
||||
),
|
||||
label=_("Sort By"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue