Preparing for Django 1.10
[wolnelektury.git] / src / catalogue / templates / catalogue / book_detail.html
index 3b13624..ecae89e 100644 (file)
 
 {% block bodyid %}book-detail{% endblock %}
 
+{% block extrahead %}
+{{ block.super }}
+{% if request.path == '/katalog/lektura/pan-tadeusz/' %}
+{% include "hotjar.html" %}
+{% endif %}
+{% endblock %}
+
+
 {% block body %}
-  {% cache 86400 book_wide book.pk book|status:user %}
-    {% include 'catalogue/book_wide.html' %}
-  {% endcache %}
+  {% include 'catalogue/book_wide.html' %}
 
   {% work_list book_children %}