Merge branch 'master' into rwd
[wolnelektury.git] / apps / catalogue / templates / catalogue / book_detail.html
index f266742..480c85a 100644 (file)
@@ -17,7 +17,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 %}