]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/logout.html
registration: use EmailConfimation rather than separate registration app
[patchwork] / templates / patchwork / logout.html
diff --git a/templates/patchwork/logout.html b/templates/patchwork/logout.html
new file mode 100644 (file)
index 0000000..f030aee
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block title %}Logout{% endblock %}
+{% block heading %}Logout{% endblock %}
+
+{% block body %}
+<p>Logged out</p>
+{% endblock %}