Other versions on book detail page.
[wolnelektury.git] / apps / catalogue / templates / catalogue / tag_list_split.html
index b800d70..cb7ab26 100644 (file)
@@ -1,10 +1,10 @@
 {% load i18n %}
 {% if books %}
-<p class="mono">{% trans "Literatura" %}
-{{books|safe}}
+<p>{% trans "Literature" %}:</p>
+<div>{{books|safe}}</div>
 {% endif %}
 
 {% if pictures %}
-<p class="mono">{% trans "Obrazy" %}
-{{pictures|safe}}
+<p>{% trans "Gallery" %}:</p>
+<div>{{pictures|safe}}</div>
 {% endif %}