Changed sets to shelfs.
[wolnelektury.git] / templates / catalogue / main_page.html
index db7c95d..0c58ada 100644 (file)
@@ -24,7 +24,7 @@
     <div id="tags-list">
         <div id="categories-list">
             {% if categories.set %}
-                <h2>Zestawy</h2>
+                <h2>Półki</h2>
                 <ul>
                 {% for set in categories.set %}
                     <li><a href="{% catalogue_url set %}">{{ set }}&nbsp;({{ set.count }})</a></li>
@@ -72,7 +72,7 @@
             {% if categories.theme %}
                 <h2>Motywy</h2>
                 <ul>
-                {% for theme in categories.theme %}
+                {% for theme in fragment_tags %}
                     <li><a href="{% catalogue_url theme %}">{{ theme }}&nbsp;({{ theme.count }})</a></li>
                 {% endfor %}
                 </ul>