X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2b57c59f0caa7d096a2e17aec3377d2628377491..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/book_text.html diff --git a/wolnelektury/templates/catalogue/book_text.html b/wolnelektury/templates/catalogue/book_text.html deleted file mode 100644 index 1eaa2c967..000000000 --- a/wolnelektury/templates/catalogue/book_text.html +++ /dev/null @@ -1,76 +0,0 @@ -{% load i18n %} -{% load chunks compressed catalogue_tags %} - - - - - {% trans "Wolne Lektury" %} :: {{ book.pretty_title }} - - {% compressed_css "book" %} - - {% compressed_js "book" %} - - - - - -
- {% book_info book %} -
-
- -
- -
-
    - {% for theme, fragments in book_themes %} -
  1. {{ theme }}: - {% for fragment in fragments %} - {{ forloop.counter }} - {% endfor %} -
  2. - {% endfor %} -
-
- {{ book.html_file.read|safe }} - {{ piwik_tag|safe }} - - - -