fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
"Zobacz wszystkie" -> "Zobacz więcej"
[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
5cd8589
..
9f6d0cf
100644
(file)
--- a/
wolnelektury/templates/catalogue/main_page.html
+++ b/
wolnelektury/templates/catalogue/main_page.html
@@
-41,28
+41,28
@@
<div id="categories-list">
{% if categories.author %}
<h2>Autorzy</h2>
<div id="categories-list">
{% if categories.author %}
<h2>Autorzy</h2>
- {% tag_list categories.author %}
+ {%
folded_
tag_list categories.author %}
{% endif %}
{% if categories.epoch %}
{% 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>
{% endif %}
{% if categories.kind %}
<h2>Rodzaje</h2>
- {% tag_list categories.kind %}
+ {%
folded_
tag_list categories.kind %}
{% endif %}
{% if categories.genre %}
<h2>Gatunki literackie</h2>
{% 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>
{% 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>
{% endif %}
</div>
<div class="clearboth"></div>