From 66d85e5195d8beec76505ce6f38f0f6f74101e53 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 2 May 2022 12:02:22 +0200 Subject: [PATCH] Covers page fix. --- src/cover/templates/cover/image_list.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/cover/templates/cover/image_list.html b/src/cover/templates/cover/image_list.html index 2d5608c0..02a3268d 100644 --- a/src/cover/templates/cover/image_list.html +++ b/src/cover/templates/cover/image_list.html @@ -20,17 +20,18 @@ {% for image in object_list %}
- + + {% if image.file %} -
- - {{ image }} -
-
+ {% endif %} +
+ {{ image }} +
+
{% endfor %} -- 2.20.1