summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/cache.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/cache.html')
-rw-r--r--ogcp/templates/actions/cache.html11
1 files changed, 6 insertions, 5 deletions
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') }}
</button>
</form>
-{% else %}
-<div class="card text-center">
- <b>{{ _('Cache is currently empty in the selected client(s)') }}</b>
-</div>
-{% endif %}
<br>
@@ -195,4 +190,10 @@
});
</script>
+{% else %}
+<div class="card text-center">
+ <b>{{ _('Cache is currently empty in the selected client(s)') }}</b>
+</div>
+{% endif %}
+
{% endblock %}