summaryrefslogtreecommitdiff
path: root/tbc/static/admin/templates/registration/logged_out.html
diff options
context:
space:
mode:
Diffstat (limited to 'tbc/static/admin/templates/registration/logged_out.html')
-rw-r--r--tbc/static/admin/templates/registration/logged_out.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/tbc/static/admin/templates/registration/logged_out.html b/tbc/static/admin/templates/registration/logged_out.html
new file mode 100644
index 0000000..6a18186
--- /dev/null
+++ b/tbc/static/admin/templates/registration/logged_out.html
@@ -0,0 +1,12 @@
+{% extends "admin/base_site.html" %}
+{% load i18n %}
+
+{% block breadcrumbs %}<div class="breadcrumbs"><a href="{% url 'admin:index' %}">{% trans 'Home' %}</a></div>{% endblock %}
+
+{% block content %}
+
+<p>{% trans "Thanks for spending some quality time with the Web site today." %}</p>
+
+<p><a href="{% url 'admin:index' %}">{% trans 'Log in again' %}</a></p>
+
+{% endblock %}