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