fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added Google Analytics tracker.
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
book_detail.html
diff --git
a/wolnelektury/templates/catalogue/book_detail.html
b/wolnelektury/templates/catalogue/book_detail.html
index
7cf2448
..
4700cf1
100644
(file)
--- a/
wolnelektury/templates/catalogue/book_detail.html
+++ b/
wolnelektury/templates/catalogue/book_detail.html
@@
-103,7
+103,7
@@
<h2>Motywy w utworze</h2>
<ul>
{% for theme in categories.theme %}
- <li>
{{ theme }}
</li>
+ <li>
<a href="{{ theme.get_absolute_url }}">{{ theme }}</a>
</li>
{% endfor %}
</ul>
{% endif %}