aboutsummaryrefslogtreecommitdiff
path: root/templates/registration/logged_out.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/logged_out.html')
-rw-r--r--templates/registration/logged_out.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/registration/logged_out.html b/templates/registration/logged_out.html
new file mode 100644
index 0000000..b6908d4
--- /dev/null
+++ b/templates/registration/logged_out.html
@@ -0,0 +1,6 @@
1{% extends "base.html" %}
2
3{% block content %}
4<h1>You are logged out</h1>
5<p>You can go <a href="{% url 'home' %}">home</a>.</p>
6{% endblock %}