One cover more in the box.
[wolnelektury.git] / src / catalogue / templates / catalogue / collection_box.html
index 6514735..38855d9 100644 (file)
@@ -8,7 +8,7 @@
     {% endif %}
     </div>
     <div class="covers">
-      {% for book in collection.get_books|slice:":5" %}
+      {% for book in collection.get_books|slice:":6" %}
         <a href="{{ book.get_absolute_url }}">
           <img src="{{ book.cover_thumb.url }}" alt="{{ book.pretty_title }}" title="{{ book.pretty_title }}">
         </a>