fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added ordering to book children relation.
[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
22c09cb
..
e6b5eb0
100644
(file)
--- a/
wolnelektury/templates/catalogue/book_detail.html
+++ b/
wolnelektury/templates/catalogue/book_detail.html
@@
-40,7
+40,7
@@
<div id="formats">
<ul>
{% if book.html_file %}
<div id="formats">
<ul>
{% if book.html_file %}
- <li><a href="{
{ book.html_file.url }
}">Czytaj online</a></li>
+ <li><a href="{
% url book_text book.slug %
}">Czytaj online</a></li>
{% endif %}
{% if book.pdf_file %}
<li><a href="{{ book.pdf_file.url }}">Pobierz plik PDF</a></li>
{% endif %}
{% if book.pdf_file %}
<li><a href="{{ book.pdf_file.url }}">Pobierz plik PDF</a></li>