fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
prettier player window,
[wolnelektury.git]
/
wolnelektury
/
templates
/
catalogue
/
book_text.html
diff --git
a/wolnelektury/templates/catalogue/book_text.html
b/wolnelektury/templates/catalogue/book_text.html
index
1eaa2c9
..
cef76f8
100644
(file)
--- a/
wolnelektury/templates/catalogue/book_text.html
+++ b/
wolnelektury/templates/catalogue/book_text.html
@@
-43,13
+43,11
@@
{% if book.txt_file %}
<li><a href="{{ book.txt_file.url}}">TXT</a> do zadań specjalnych</li>
{% endif %}
{% if book.txt_file %}
<li><a href="{{ book.txt_file.url}}">TXT</a> do zadań specjalnych</li>
{% endif %}
- <li><a href="{% url custom_pdf_form %}?slug={{ book.slug }}">
PDF?
</a></li>
+ <li><a href="{% url custom_pdf_form %}?slug={{ book.slug }}">
{% trans "Download a custom PDF" %}
</a></li>
</ul>
</div>
<div id="header">
</ul>
</div>
<div id="header">
- <div id="logo">
- <a href="/">Wolne Lektury</a>
- </div>
+ <a href="/"><img src="{{ STATIC_URL }}img/logo-220.png" alt="Wolne Lektury" /></a>
</div>
<div id="themes">
<ol>
</div>
<div id="themes">
<ol>
@@
-58,7
+56,7
@@
{% for fragment in fragments %}
<a href="#m{{ fragment.anchor }}">{{ forloop.counter }}</a>
{% endfor %}
{% for fragment in fragments %}
<a href="#m{{ fragment.anchor }}">{{ forloop.counter }}</a>
{% endfor %}
- <li>
+ <
/
li>
{% endfor %}
</ol>
</div>
{% endfor %}
</ol>
</div>