summaryrefslogtreecommitdiffstats
path: root/templates/registration/logout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/logout.html')
-rw-r--r--templates/registration/logout.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/registration/logout.html b/templates/registration/logout.html
new file mode 100644
index 0000000..3128d97
--- /dev/null
+++ b/templates/registration/logout.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block title %}Patchwork{% endblock %}
+{% block heading %}Patchwork{% endblock %}
+
+{% block body %}
+<p>Logged out</p>
+{% endblock %}