Merge branch 'pretty' of github.com:fnp/wolnelektury into pretty
[wolnelektury.git] / wolnelektury / templates / catalogue / catalogue.html
index b6ca053..3840362 100644 (file)
@@ -3,9 +3,14 @@
 {% load catalogue_tags %}
 
 
+{% block titleextra %}{% trans "Catalogue" %}{% endblock %}
+
 {% block bodyid %}catalogue-catalogue{% endblock %}
 
 {% block body %}
+    <h1>{% trans "Catalogue" %}</h1>
+
+    <div class="normal-text">
     <h2></a>{% trans "Authors" %}<a name="autorzy"></a></h2>
     {% tag_list categories.author %}
 
@@ -20,4 +25,5 @@
 
     <h2>{% trans "Themes and topics" %}<a name="motywy"></a></h2>
     {% tag_list fragment_tags %}
+    </div>
 {% endblock %}