summaryrefslogtreecommitdiffstats
path: root/keyedcache/templates/keyedcache/stats.html
diff options
context:
space:
mode:
Diffstat (limited to 'keyedcache/templates/keyedcache/stats.html')
-rw-r--r--keyedcache/templates/keyedcache/stats.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyedcache/templates/keyedcache/stats.html b/keyedcache/templates/keyedcache/stats.html
index 0a3f17d6..2ea3d12f 100644
--- a/keyedcache/templates/keyedcache/stats.html
+++ b/keyedcache/templates/keyedcache/stats.html
@@ -1,5 +1,5 @@
{% extends "admin/base_site.html" %}
-{% load messaging_tags i18n %}
+{% load i18n %}
{% block breadcrumbs %}{% if not is_popup %}
<div class="breadcrumbs">
@@ -9,7 +9,6 @@
{% endif %}{% endblock %}
{% block content %}
-{% show_messages %}
<p>[<a href="{% url keyedcache_view %}">View Cache</a>] [<a href="{% url keyedcache_delete %}">Delete from Cache</a>]
<h1>Cache Stats</h1>
<p>Backend: {{ cache_backend }} ({% if cache_running %}running{% else %}down{% endif %})</p>