X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/075fb07f19c2f20cd3b6818b973e7aebebdacc9f..24dbfdfdd3ab807494beed62f1a890519d13ed63:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 0a8b2236c..a1a62fe24 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,5 +12,12 @@ {% book_wide book %} +{% work_list book_children %} + + +

{% trans "See also" %}:

+{% cache 1800 book-detail-related book.slug %} + {% related_books book %} +{% endcache %} {% endblock %}