no ssi for book wide
[wolnelektury.git] / src / catalogue / templates / catalogue / book_detail.html
index e3f4d73..22c230b 100644 (file)
@@ -13,7 +13,9 @@
 {% block bodyid %}book-detail{% endblock %}
 
 {% block body %}
-  {% ssi_include 'catalogue_book_wide' pk=book.pk %}
+  {% cache 86400 book_wide book.pk book|status:user %}
+    {% include 'catalogue/book_wide.html' %}
+  {% endcache %}
 
   {% work_list book_children %}