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