summaryrefslogtreecommitdiff
path: root/tests/templates/custom_admin/change_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/templates/custom_admin/change_list.html')
-rw-r--r--tests/templates/custom_admin/change_list.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/templates/custom_admin/change_list.html b/tests/templates/custom_admin/change_list.html
new file mode 100644
index 0000000000..eebc9c7e30
--- /dev/null
+++ b/tests/templates/custom_admin/change_list.html
@@ -0,0 +1,7 @@
+{% extends "admin/change_list.html" %}
+
+{% block extrahead %}
+<script type="text/javascript">
+var hello = '{{ extra_var }}';
+</script>
+{% endblock %}