summaryrefslogtreecommitdiff
path: root/parts/django/tests/templates/custom_admin/logout.html
diff options
context:
space:
mode:
Diffstat (limited to 'parts/django/tests/templates/custom_admin/logout.html')
-rw-r--r--parts/django/tests/templates/custom_admin/logout.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/parts/django/tests/templates/custom_admin/logout.html b/parts/django/tests/templates/custom_admin/logout.html
deleted file mode 100644
index 3a9301b..0000000
--- a/parts/django/tests/templates/custom_admin/logout.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{% extends "registration/logged_out.html" %}
-
-{% block content %}
-Hello from a custom logout template
-{{ block.super }}
-{% endblock %}