Hardcoded theme families on main page.
[wolnelektury.git] / wolnelektury / templates / catalogue / folded_tag_list.html
index d609242..e66c109 100644 (file)
             <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 %}