quick fix
[wolnelektury.git] / src / catalogue / templates / catalogue / book_detail.html
index 22c230b..4baec4b 100644 (file)
@@ -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 %}