Filter menu items
[wolnelektury.git] / apps / catalogue / templates / catalogue / tag_list_split.html
index bc952c1..a26459c 100644 (file)
@@ -1,10 +1,14 @@
 {% load i18n %}
 {% if books %}
-<p class="mono">{% trans "Literature" %}
-{{books|safe}}
+<p>
+  <a href="#">{% trans "Literature" %}:</a>
+</p>
+<div>{{books|safe}}</div>
 {% endif %}
 
 {% if pictures %}
-<p class="mono">{% trans "Gallery" %}
-{{pictures|safe}}
+<p>
+  <a href="#">{% trans "Gallery" %}:</a>
+</p>
+<div>{{pictures|safe}}</div>
 {% endif %}