X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e90ee714cc724f21519efa3499dd71d03bb44db0..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 61ca7f3fb..000000000 --- a/wolnelektury/templates/catalogue/book_text.html +++ /dev/null @@ -1,15 +0,0 @@ -{% load chunks compressed catalogue_tags %} - - - - - {% block title %}WolneLektury.pl{% endblock %} - - {% compressed_css "book" %} - {% compressed_js "all" %} - - - {% for chunk in book.html_file.chunks %}{{ chunk|safe }}{% endfor %} - -