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