Removed exclamation marks from propaganda text on main page.
[wolnelektury.git] / wolnelektury / templates / catalogue / main_page.html
index 5cd8589..24e8a4f 100644 (file)
@@ -33,7 +33,7 @@
                 </ol>
                 </form>
             {% else %}
-                <p>Stwórz własny zestaw lektur! Możesz się nim później podzielić z innymi, przesyłając im link do Twojej półki.</p>
+                <p>Stwórz własny zestaw lektur. Możesz się nim później podzielić z innymi, przesyłając im link do Twojej półki.</p>
                 <p>Aby zarządzać swoimi półkami musisz się <a class="login-register-link" href="#">zalogować</a>.</p>
             {% endif %}
         </div>
             <div id="categories-list">
                 {% if categories.author %}
                     <h2>Autorzy</h2>
-                    {% tag_list categories.author %}
+                    {% folded_tag_list categories.author %}
                 {% endif %}
             
                 {% if categories.epoch %}
-                <h2>Epoki</h2>
-                    {% tag_list categories.epoch %}
+                    <h2>Epoki</h2>
+                    {% folded_tag_list categories.epoch %}
                 {% endif %}
             
                 {% if categories.kind %}
                     <h2>Rodzaje</h2>
-                    {% tag_list categories.kind %}
+                    {% folded_tag_list categories.kind %}
                 {% endif %}
             
                 {% if categories.genre %}
                     <h2>Gatunki literackie</h2>
-                    {% tag_list categories.genre %}
+                    {% folded_tag_list categories.genre %}
                 {% endif %}
             </div>
             <div id="themes-list">
                 {% if fragment_tags %}
                     <h2>Motywy</h2>
-                    {% tag_list fragment_tags %}
+                    {% folded_tag_list fragment_tags %}
                 {% endif %}
             </div>
             <div class="clearboth"></div>