From 933a58adfc8abf2d4c9843afb7fda4cb4d06d030 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Wed, 17 Sep 2008 10:12:03 +0200 Subject: [PATCH] Read html_file in one go in book_text.html template. It fixes problems on WebFaction. --- wolnelektury/templates/catalogue/book_text.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolnelektury/templates/catalogue/book_text.html b/wolnelektury/templates/catalogue/book_text.html index 61ca7f3fb..a957ecf7b 100644 --- a/wolnelektury/templates/catalogue/book_text.html +++ b/wolnelektury/templates/catalogue/book_text.html @@ -10,6 +10,6 @@ {% compressed_js "all" %} - {% for chunk in book.html_file.chunks %}{{ chunk|safe }}{% endfor %} + {{ book.html_file.read|safe }} -- 2.20.1