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, 6 insertions, 0 deletions
diff --git a/parts/django/tests/templates/custom_admin/logout.html b/parts/django/tests/templates/custom_admin/logout.html
new file mode 100644
index 0000000..3a9301b
--- /dev/null
+++ b/parts/django/tests/templates/custom_admin/logout.html
@@ -0,0 +1,6 @@
+{% extends "registration/logged_out.html" %}
+
+{% block content %}
+Hello from a custom logout template
+{{ block.super }}
+{% endblock %}