Housekeeping: removed celery dependency and some unused code.
[redakcja.git] / src / catalogue / templates / catalogue / book_detail.html
index 4712edf..e273598 100755 (executable)
@@ -35,7 +35,7 @@
 
     <table class='single-book-list'><tbody>
     {% for chunk in book %}
-        {{ chunk.short_html|safe }}
+        {% include 'catalogue/book_list/chunk.html' %}
     {% endfor %}
     </tbody></table>