From: Jan Szejko <janek37@gmail.com>
Date: Tue, 15 May 2018 09:03:58 +0000 (+0200)
Subject: quick fix
X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/96017ff51fb12f96cbe960a37042cff5eae60e14?hp=3d9be6abb7457c06dd81f6e2bc41984bb656fab4

quick fix
---

diff --git a/src/catalogue/templates/catalogue/book_detail.html b/src/catalogue/templates/catalogue/book_detail.html
index 22c230b4e..4baec4b8e 100644
--- a/src/catalogue/templates/catalogue/book_detail.html
+++ b/src/catalogue/templates/catalogue/book_detail.html
@@ -13,7 +13,7 @@
 {% block bodyid %}book-detail{% endblock %}
 
 {% block body %}
-  {% cache 86400 book_wide book.pk book|status:user %}
+  {% cache 86400 book_wide book.pk %} {# book|status:user #}
     {% include 'catalogue/book_wide.html' %}
   {% endcache %}