rework book box caching
[wolnelektury.git] / src / catalogue / templates / catalogue / book_detail.html
index cf26b12..865aca2 100644 (file)
 {% block bodyid %}book-detail{% endblock %}
 
 {% block body %}
-  {% get_current_language as LANGUAGE_CODE %}
-  {% cache 86400 book_wide book.pk book|status:user LANGUAGE_CODE %}
-    {% include 'catalogue/book_wide.html' %}
-  {% endcache %}
+  {% include 'catalogue/book_wide.html' %}
 
   {% work_list book_children %}