X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6dde47a534420987b2c0e8075b10d2d569ff572f..2f1c330e555c24deb17b7d6018b59c52dab7aafd:/templates/catalogue/book_detail.html diff --git a/templates/catalogue/book_detail.html b/templates/catalogue/book_detail.html deleted file mode 100644 index f95683c40..000000000 --- a/templates/catalogue/book_detail.html +++ /dev/null @@ -1,96 +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 %} -
- -
-
-
-

O utworze

- - {% if categories.theme %} -

Motywy w utworze

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