fixes
[wolnelektury.git] / src / catalogue / templates / catalogue / 2022 / collections.html
index ba25bcb..5fb4078 100644 (file)
@@ -26,7 +26,7 @@
             </p>
           </div>
         <div class="l-books">
-          {% for book in collection.get_books %}
+          {% for book in collection.get_5_books %}
             {% include 'catalogue/2022/book_box.html' %}
           {% endfor %}
         </div>