<hr />
<form action="{% url catalogue.views.new_set %}" method="post" accept-charset="utf-8" class="cuteform">
<ol>
- <li>{{ new_set_form.name }} <input type="submit" value="Utwórz nową półkę"/></li>
+ <li>{{ new_set_form.name }} <input type="submit" value="Utwórz półkę"/></li>
</ol>
</form>
{% else %}
<h2>Autorzy</h2>
{% folded_tag_list categories.author %}
{% endif %}
-
- {% if categories.epoch %}
- <h2>Epoki</h2>
- {% folded_tag_list categories.epoch %}
- {% endif %}
-
{% if categories.kind %}
<h2>Rodzaje</h2>
{% folded_tag_list categories.kind %}
{% endif %}
-
{% if categories.genre %}
<h2>Gatunki literackie</h2>
{% folded_tag_list categories.genre %}
{% endif %}
+ {% if categories.epoch %}
+ <h2>Epoki</h2>
+ {% folded_tag_list categories.epoch %}
+ {% endif %}
</div>
<div id="themes-list">
{% if fragment_tags %}
- <h2>Motywy</h2>
+ <h2>Motywy i tematy</h2>
{% folded_tag_list fragment_tags %}
{% endif %}
</div>