From 0c0df4288e5cb15c593df15b9439badb092685ed Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Thu, 27 Jun 2024 14:21:43 +0200 Subject: templates: add vertical padding to the no cache message Add vertical padding to the div holding the report of no selected client with cached images. --- ogcp/templates/actions/cache.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogcp/templates/actions/cache.html b/ogcp/templates/actions/cache.html index b91bd86..336fd7f 100644 --- a/ogcp/templates/actions/cache.html +++ b/ogcp/templates/actions/cache.html @@ -191,7 +191,7 @@ {% else %} -
+
{{ _('Cache is currently empty in the selected client(s)') }}
{% endif %} -- cgit v1.2.3-18-g5258