X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7182702052ca82e0b020daf0e6889851354a17c9..088b37be4aa9fe5156c101c0e65b0d229bcec849:/apps/catalogue/views.py diff --git a/apps/catalogue/views.py b/apps/catalogue/views.py index 38036ab3a..fbd4fb610 100644 --- a/apps/catalogue/views.py +++ b/apps/catalogue/views.py @@ -255,7 +255,7 @@ def book_detail(request, slug): book_tag = book.book_tag() tags = list(book.tags.filter(~Q(category='set'))) categories = split_tags(tags) - book_children = book.children.all().order_by('parent_number') + book_children = book.children.all().order_by('parent_number', 'title') _book = book parents = []