X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0cae17bec6d31806615fae59a5b3945016285fbe..2f1c330e555c24deb17b7d6018b59c52dab7aafd:/templates/catalogue/book_detail.html?ds=sidebyside diff --git a/templates/catalogue/book_detail.html b/templates/catalogue/book_detail.html deleted file mode 100644 index ff9278030..000000000 --- a/templates/catalogue/book_detail.html +++ /dev/null @@ -1,107 +0,0 @@ -{% extends "base.html" %} -{% load catalogue_tags %} - -{% block title %}Lektura {{ book.title }} w WolneLektury.pl{% endblock %} - -{% block bodyid %}book-detail{% endblock %} - -{% block extrahead %} - -{% endblock %} - -{% block body %} -

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

-
-
    - {# {% for tag in tags %} #} - {#
  1. {{ tag }} | x
  2. #} - {# {% endfor %} #} -
  3. {{ book.title }} | x
  4. -
-
- -
- {% if book.has_description %} -
- {{ book.description|safe }} -
-

Zwiń opis ▲

- {% endif %} -
- -
- - {% if book.children.all %} -
-

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

- {% for book in book.children.all %} -
  • {{ book.title }}
  • - {% endfor %} -
    - {% endif %} - -
    - -
    -

    O utworze

    - - {% if categories.theme %} -

    Motywy w utworze

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