From a8af19fa23ad312048c439681176415621864e03 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Thu, 27 Jun 2024 13:10:02 +0200 Subject: templates: fix no image message in manage cache view The template conditional must show the table when form.images has more than zero elements. --- ogcp/templates/actions/cache.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates') diff --git a/ogcp/templates/actions/cache.html b/ogcp/templates/actions/cache.html index 6443640..4e29f66 100644 --- a/ogcp/templates/actions/cache.html +++ b/ogcp/templates/actions/cache.html @@ -20,7 +20,7 @@

{{ _('Select the images to be deleted:') }}

-{% if form.images|length > 1 %} +{% if form.images|length > 0 %}
-- cgit v1.2.3-18-g5258