diff --git a/ogcp/templates/actions/cache.html b/ogcp/templates/actions/cache.html index 4e29f66..b91bd86 100644 --- a/ogcp/templates/actions/cache.html +++ b/ogcp/templates/actions/cache.html @@ -49,11 +49,6 @@ {{ _('Delete') }} -{% else %} -
- {{ _('Cache is currently empty in the selected client(s)') }} -
-{% endif %}
@@ -195,4 +190,10 @@ }); +{% else %} +
+ {{ _('Cache is currently empty in the selected client(s)') }} +
+{% endif %} + {% endblock %}