X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d52c76021eaf1621b4e55a6eba1df1c0404bd7dd..3748094efcd5ed3b89408ece388a6e94ea42990c:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 5645f68ec..f2beb77cc 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load i18n %} +{% load cache i18n %} {% load catalogue_tags pagination_tags %} {% block titleextra %}{{ book.title }}{% endblock %} @@ -12,4 +12,10 @@ {% book_wide book %} +{% work_list book_children %} + + +

{% trans "See also" %}:

+{% related_books book %} + {% endblock %}