mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-29 13:01:08 +00:00
updating shelf view
This commit is contained in:
parent
a94a4732ec
commit
21d9cb5fe5
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class Shelf(View):
|
||||||
def sort_books(books, sort):
|
def sort_books(books, sort):
|
||||||
"""Books in shelf sorting"""
|
"""Books in shelf sorting"""
|
||||||
sort_fields = [
|
sort_fields = [
|
||||||
"title",
|
"sort_title",
|
||||||
"author",
|
"author",
|
||||||
"shelved_date",
|
"shelved_date",
|
||||||
"start_date",
|
"start_date",
|
||||||
|
|
Loading…
Reference in a new issue