Preparing for Django 1.10
[wolnelektury.git] / src / catalogue / templates / catalogue / book_text.html
index f697e4e..e958d70 100644 (file)
   </div>
 
   <div class="box" id="book-short">
-    {% cache 86400 catalogue_book_short book.pk book|status:user %}
-      {% include 'catalogue/book_short.html' %}
-    {% endcache %}
+    {% include 'catalogue/book_short.html' %}
   </div>
 {% endblock footer %}