fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
search fixes
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
book_wide.html
diff --git
a/wolnelektury/templates/catalogue/book_wide.html
b/wolnelektury/templates/catalogue/book_wide.html
index
dfe57b6
..
1507f36
100644
(file)
--- a/
wolnelektury/templates/catalogue/book_wide.html
+++ b/
wolnelektury/templates/catalogue/book_wide.html
@@
-9,13
+9,13
@@
{% block book-box-extra-info %}
{% if themes %}
{% block book-box-extra-info %}
{% if themes %}
- <div
id="themes
-list-wrapper">
- <p><a class="mono
" id="themes-list-toggle
"
+ <div
class="hidden-box-wrapper" id="theme
-list-wrapper">
+ <p><a class="mono
hidden-box-trigger theme-list-link
"
href="#">{% trans "motifs and themes" %}</a></p>
href="#">{% trans "motifs and themes" %}</a></p>
- <div
id="themes-list
">
+ <div
class="hidden-box
">
<ul>
{% for theme in themes %}
<ul>
{% for theme in themes %}
- <li><a href="{% url book_fragments book.
urlid
theme.slug %}">{{ theme }} ({{ theme.count }})</a></li>
+ <li><a href="{% url book_fragments book.
slug
theme.slug %}">{{ theme }} ({{ theme.count }})</a></li>
{% endfor %}
</ul>
</div>
{% endfor %}
</ul>
</div>