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