fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'pretty' of github.com:fnp/wolnelektury into pretty
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
book_detail.html
diff --git
a/wolnelektury/templates/catalogue/book_detail.html
b/wolnelektury/templates/catalogue/book_detail.html
index
5645f68
..
a1a62fe
100644
(file)
--- a/
wolnelektury/templates/catalogue/book_detail.html
+++ b/
wolnelektury/templates/catalogue/book_detail.html
@@
-1,5
+1,5
@@
{% extends "base.html" %}
{% extends "base.html" %}
-{% load i18n %}
+{% load
cache
i18n %}
{% load catalogue_tags pagination_tags %}
{% block titleextra %}{{ book.title }}{% endblock %}
{% load catalogue_tags pagination_tags %}
{% block titleextra %}{{ book.title }}{% endblock %}
@@
-12,4
+12,12
@@
{% book_wide book %}
{% book_wide book %}
+{% work_list book_children %}
+
+
+<h2 class="main-last"><span class="mono">{% trans "See also" %}:</span></h2>
+{% cache 1800 book-detail-related book.slug %}
+ {% related_books book %}
+{% endcache %}
+
{% endblock %}
{% endblock %}