X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5666068eebddee003f4d0e8e7ffeb1bb98f40d00..3438c79639fca7268c397dd3fcfdcf9ca5014a09:/wolnelektury/templates/catalogue/book_list.html?ds=sidebyside diff --git a/wolnelektury/templates/catalogue/book_list.html b/wolnelektury/templates/catalogue/book_list.html index dd01066e8..ec6aae8c6 100644 --- a/wolnelektury/templates/catalogue/book_list.html +++ b/wolnelektury/templates/catalogue/book_list.html @@ -33,6 +33,7 @@ {% endfor %}
+ {% block book_list %} {% book_tree orphans books_by_parent %} {% for author, group in books_by_author.items %} {% if group %} @@ -43,6 +44,7 @@
{% endif %} {% endfor %} + {% endblock %}

{% trans "↑ top ↑" %}