fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed generation of title from tags.
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
main_page.html
diff --git
a/wolnelektury/templates/catalogue/main_page.html
b/wolnelektury/templates/catalogue/main_page.html
index
a7bce43
..
f7cc4b0
100644
(file)
--- a/
wolnelektury/templates/catalogue/main_page.html
+++ b/
wolnelektury/templates/catalogue/main_page.html
@@
-29,7
+29,7
@@
<hr />
<form action="{% url catalogue.views.new_set %}" method="post" accept-charset="utf-8" class="cuteform">
<ol>
<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 %}
</ol>
</form>
{% else %}
@@
-43,25
+43,22
@@
<h2>Autorzy</h2>
{% folded_tag_list categories.author %}
{% endif %}
<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.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.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 %}
</div>
<div id="themes-list">
{% if fragment_tags %}
- <h2>Motywy</h2>
+ <h2>Motywy
i tematy
</h2>
{% folded_tag_list fragment_tags %}
{% endif %}
</div>
{% folded_tag_list fragment_tags %}
{% endif %}
</div>