X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b2d05b5ed588e0829c4cec01796a20a803b301db..6d80d9682f0487d7858d5a18221cbe68e41d38ad:/wolnelektury/templates/catalogue/book_detail.html

diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html
index 17207d1b7..dd4d9078a 100644
--- a/wolnelektury/templates/catalogue/book_detail.html
+++ b/wolnelektury/templates/catalogue/book_detail.html
@@ -1,8 +1,8 @@
 {% extends "base.html" %}
-{% load i18n %}
+{% load cache i18n %}
 {% load catalogue_tags pagination_tags %}
 
-{% block titleextra %}{{ book.title }}{% endblock %}
+{% block titleextra %}{{ book.pretty_title }}{% endblock %}
 
 {% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %}
 
@@ -14,6 +14,8 @@
 
 {% work_list book_children %}
 
+
+<h2 class="main-last"><span class="mono">{% trans "See also" %}:</span></h2>
 {% related_books book %}
 
 {% endblock %}