X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0a94df2926285f044711d9d7dabf8274ffd60213..5a1663d6348b55a9b8698481e1e29f72f872048b:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 3d4495582..1ffcccc1a 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -7,11 +7,12 @@ {% block body %}

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

-
+

{{ form.q }} lub wróć do strony głównej

+

Na podstawie: {{ book.extra_info.source_name }}

{% if book.has_description %}
{{ book.description|safe }} @@ -19,20 +20,22 @@

Zwiń opis ▲

{% endif %}
- +
{% if book_children %} @@ -77,17 +80,18 @@ {{ tag }} {% endfor %} +
  • Lektura na wiki projektu
  • +
  • Lektura w CBN Polona
  • +
  • Kod źródłowy utworu (XML)
  • - {% if categories.theme %} -

    Motywy w utworze

    - - {% endif %} +

    Motywy w utworze

    +
    @@ -97,4 +101,4 @@

    * Ładowanie

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