summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/registration/logged_out.html')
-rw-r--r--python/templates/registration/logged_out.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/templates/registration/logged_out.html b/python/templates/registration/logged_out.html
new file mode 100644
index 0000000..94c6a0d
--- /dev/null
+++ b/python/templates/registration/logged_out.html
@@ -0,0 +1,5 @@
+{% extends "layout/base.html" %}
+{% block body_block %}
+<h1>Logged Out</h1>
+ <p>You are now logged out.</p>
+{% endblock %}