picture tags, areas overhaul #1
[wolnelektury.git] / apps / catalogue / templates / catalogue / tag_list_split.html
index b398c37..5dcf783 100644 (file)
@@ -2,7 +2,7 @@
 {% if books %}
 <div class="simple-toggler-scope">
 <p class="mono">
-  <a href="#" class="simple-toggler">{% trans "Literature" %}</a>
+  <a href="#" class="simple-toggler">{% trans "Literature" %}&nbsp;↓</a>
 </p>
 <div class="simple-hidden-box simple-hidden-initially">{{books|safe}}</div>
 </div>
@@ -11,7 +11,7 @@
 {% if pictures %}
 <div class="simple-toggler-scope">
 <p class="mono">
-  <a href="#" class="simple-toggler">{% trans "Gallery" %}</a>
+  <a href="#" class="simple-toggler">{% trans "Gallery" %}&nbsp;↓</a>
 </p>
 <div class="simple-hidden-box simple-hidden-initially">{{pictures|safe}}</div>
 </div>