X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d3db8ba2750af385acc9f247da53ec3851637cba..92d8d582a4192c18d74c3f7dfb437683c62ca284:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 31740074c..3d4495582 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -5,25 +5,6 @@ {% block bodyid %}book-detail{% endblock %} -{% block extrahead %} - -{% endblock %} - {% block body %}

{{ book.title }}, {{ categories.author|join:", " }}

@@ -57,7 +38,6 @@ {% if book_children %} {% autopaginate book_children 10 %}
-

Utwory składające się na ten utwór:

    {% for book in book_children %}
  1. {{ book.short_html }}
  2. @@ -104,11 +84,17 @@

    Motywy w utworze

      {% for theme in categories.theme %} -
    • {{ theme }}
    • +
    • {{ theme }}
    • {% endfor %}
    {% endif %}
+
+ +
+

* Ładowanie

+
+
{% endblock %} \ No newline at end of file