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