Fixed showing 'sets' link for authenticated users.
[wolnelektury.git] / templates / catalogue / tagged_book_list.html
index cca0e56..743035b 100644 (file)
@@ -68,7 +68,7 @@
         {% endwith %}
         <ol>
         {% for book in object_list %}
-            <li>{% book book %}</li>
+            <li>{% book request book %}</li>
         {% endfor %}
         </ol>
         {% paginate %}