]> git.ozlabs.org Git - patchwork/blobdiff - templates/registration/logout.html
Use django-registration infrastructure
[patchwork] / templates / registration / logout.html
diff --git a/templates/registration/logout.html b/templates/registration/logout.html
new file mode 100644 (file)
index 0000000..3128d97
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block title %}Patchwork{% endblock %}
+{% block heading %}Patchwork{% endblock %}
+
+{% block body %}
+<p>Logged out</p>
+{% endblock %}