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