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