]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/logout.html
Move to a more recent django project structure
[patchwork] / templates / patchwork / logout.html
diff --git a/templates/patchwork/logout.html b/templates/patchwork/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 %}