rework book box caching
[wolnelektury.git] / src / catalogue / templates / catalogue / book_text.html
index 5894fe8..e958d70 100644 (file)
   </div>
 
   <div class="box" id="book-short">
-    {% get_current_language as LANGUAGE_CODE %}
-    {% cache 86400 book_short book.pk book|status:user LANGUAGE_CODE %}
-      {% include 'catalogue/book_short.html' %}
-    {% endcache %}
+    {% include 'catalogue/book_short.html' %}
   </div>
 {% endblock footer %}