X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d3db8ba2750af385acc9f247da53ec3851637cba..2882d56c0113410fc320ae55259ff0fe84a9c221:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 31740074c..2cc62e373 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,7 +84,7 @@

    Motywy w utworze

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