1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-11-28 12:30:00 +00:00

tags in detail view are sorted

This commit is contained in:
Andriy Zasypkin 2018-04-22 14:43:43 -04:00
parent 6b4d7674b5
commit b2ba8bceb2
No known key found for this signature in database
GPG Key ID: 8686E6148F9D9BC2

View File

@ -1483,6 +1483,8 @@ def show_book(book_id):
else:
have_read = None
entries.tags = sort(entries.tags, key = lambda tag: tag.name)
return render_title_template('detail.html', entry=entries, cc=cc, is_xhr=request.is_xhr,
title=entries.title, books_shelfs=book_in_shelfs, have_read=have_read,
rarsupport=rar_support)