Hardcoded theme families on main page.
[wolnelektury.git] / wolnelektury / templates / catalogue / folded_tag_list.html
index cd7a672..e66c109 100644 (file)
@@ -9,12 +9,14 @@
             {% endfor %}
         </ul>
         {% if some_tags_hidden %}
-            <p><a href="#" class="show-all-tags">[Zobacz wszystkie]</a></p>
+            <p><a href="#" class="show-all-tags">Zobacz wiÄ™cej</a></p>
         {% endif %}
     </div>
-    <ul class="all-tags">
-        {% for tag in tags %}
-            <li><a href="{% catalogue_url choices tag %}">{{ tag }}&nbsp;({{ tag.count }})</a></li>
-        {% endfor %}      
-    </ul>    
+    <div class="all-tags">
+        <ul>
+            {% for tag in tags %}
+                <li><a href="{% catalogue_url choices tag %}">{{ tag }}&nbsp;({{ tag.count }})</a></li>
+            {% endfor %}      
+        </ul>    
+    </div>
 {% endif %}