fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fabric pointed to new server
[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
11edda8
..
5454800
100644
(file)
--- a/
wolnelektury/templates/catalogue/book_detail.html
+++ b/
wolnelektury/templates/catalogue/book_detail.html
@@
-4,6
+4,8
@@
{% block title %}{{ book.title }} {% trans "on WolneLektury.pl" %}{% endblock %}
{% block title %}{{ book.title }} {% trans "on WolneLektury.pl" %}{% endblock %}
+{% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %}
+
{% block bodyid %}book-detail{% endblock %}
{% block body %}
{% block bodyid %}book-detail{% endblock %}
{% block body %}
@@
-163,6
+165,7
@@
{% endif %}
</ul>
<p><a href="{{ book.xml_file.url }}">{% trans "View XML source" %}</a></p>
{% endif %}
</ul>
<p><a href="{{ book.xml_file.url }}">{% trans "View XML source" %}</a></p>
+ <p><a href="{% url poem_from_book book.slug %}">Miksuj ten utwór</a></p>
</div>
<div id="themes-list">
<h2>{% trans "Work's themes " %}</h2>
</div>
<div id="themes-list">
<h2>{% trans "Work's themes " %}</h2>