From 15d2aa1ffc87f255ac36c8c9c973459556cee077 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 1 Jun 2021 15:11:51 +0200 Subject: [PATCH] One cover more in the box. --- src/catalogue/templates/catalogue/collection_box.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/catalogue/templates/catalogue/collection_box.html b/src/catalogue/templates/catalogue/collection_box.html index 651473591..38855d94a 100644 --- a/src/catalogue/templates/catalogue/collection_box.html +++ b/src/catalogue/templates/catalogue/collection_box.html @@ -8,7 +8,7 @@ {% endif %}
- {% for book in collection.get_books|slice:":5" %} + {% for book in collection.get_books|slice:":6" %} {{ book.pretty_title }} -- 2.20.1