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