Added button to fold unfolded category list on main page.
[wolnelektury.git] / wolnelektury / templates / catalogue / folded_tag_list.html
index e66c109..62896fc 100644 (file)
@@ -16,7 +16,8 @@
         <ul>
             {% for tag in tags %}
                 <li><a href="{% catalogue_url choices tag %}">{{ tag }}&nbsp;({{ tag.count }})</a></li>
-            {% endfor %}      
+            {% endfor %}
         </ul>    
+        <p><a href="#" class="hide-all-tags">ZwiƄ</a></p>
     </div>
 {% endif %}