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