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