updating shelf view

This commit is contained in:
Zach Flanders 2023-04-25 00:15:58 -05:00
parent a94a4732ec
commit 21d9cb5fe5

View file

@ -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",