aboutsummaryrefslogtreecommitdiff
path: root/design/templates/django_registration/logged_out.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/django_registration/logged_out.html')
-rw-r--r--design/templates/django_registration/logged_out.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/design/templates/django_registration/logged_out.html b/design/templates/django_registration/logged_out.html
new file mode 100644
index 0000000..cccb58b
--- /dev/null
+++ b/design/templates/django_registration/logged_out.html
@@ -0,0 +1,9 @@
+{% extends 'base.html' %}
+
+{% block title %}Logged Out{% endblock %}
+
+{% block primary %}
+<h2>You're logged out</h2>
+<h4>Thanks for visiting the site today</h4>
+<a href="{%url 'login'%}">Login again</a>
+{% endblock %}