Fragments.
[wolnelektury.git] / templates / catalogue / tagged_book_list.html
index 329b4df..12c0981 100644 (file)
@@ -68,7 +68,7 @@
         {% endwith %}
         <ol>
         {% for book in object_list %}
-            <li>{% include "catalogue/_book.html" %}</li>
+            <li>{{ book.short_html }}</li>
         {% endfor %}
         </ol>
         {% paginate %}