X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/92c4a21dbc8fa9ff9c8d10127b7afffed5341b23..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html deleted file mode 100644 index b56759645..000000000 --- a/wolnelektury/templates/catalogue/book_detail.html +++ /dev/null @@ -1,112 +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:", " }}

-
-

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

-
- -
- {% if book.has_description %} -
- {{ book.description|safe }} -
-

Zwiń opis ▲

- {% endif %} -
- -
- - {% if book_children %} -
-

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

-
    - {% for book in book_children %} -
  1. {{ book.short_html }}
  2. - {% endfor %} -
-
- {% endif %} - -
- -
-
-

O utworze

- -
-
- {% if categories.theme %} -

Motywy w utworze

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