added link to PR, some cleaning
[wolnelektury.git] / wolnelektury / templates / catalogue / book_detail.html
index 11edda8..99bbb39 100644 (file)
@@ -4,6 +4,8 @@
 
 {% block title %}{{ book.title }} {% trans "on WolneLektury.pl" %}{% endblock %}
 
+{% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %}
+
 {% block bodyid %}book-detail{% endblock %}
 
 {% block body %}
                 {% if extra_info.source_url %}
                 <li><a href="{{ extra_info.source_url }}">{% trans "Source of the book" %}</a></li>
                 {% endif %}
+                {% if extra_info.about %}
+                <li><a href="{{ extra_info.about }}">{% trans "Book on the Editor's Platform" %}</a></li>
+                {% endif %}
                 {% if book.gazeta_link %}
                 <li><a href="{{ book.gazeta_link }}">{% trans "Book description on Lektury.Gazeta.pl" %}</a></li>
                 {% endif %}
                 {% 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>