Merge branch 'master' into rwd
[wolnelektury.git] / apps / catalogue / templates / catalogue / book_detail.html
index 4c14158..bb5abeb 100644 (file)
@@ -1,7 +1,6 @@
 {% extends "base.html" %}
-{% load cache i18n %}
-{% load thumbnail %}
-{% load common_tags catalogue_tags pagination_tags %}
+{% load i18n %}
+{% load common_tags catalogue_tags %}
 
 {% block titleextra %}{{ book.pretty_title }}{% endblock %}
 {% block ogimage %}{% if book.cover %}{{ book.cover.url|build_absolute_uri:request }}{% endif %}{% endblock %}
@@ -17,7 +16,9 @@
 {% work_list book_children %}
 
 
-<h2 class="main-last"><span class="mono">{% trans "See also" %}:</span></h2>
+<section class="see-also">
+<h1>{% trans "See also" %}:</h1>
 {% related_books book %}
+</section>
 
 {% endblock %}