diff options
Diffstat (limited to 'tests/templates/custom_admin/change_list.html')
| -rw-r--r-- | tests/templates/custom_admin/change_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/templates/custom_admin/change_list.html b/tests/templates/custom_admin/change_list.html index eebc9c7e30..bb6f43748e 100644 --- a/tests/templates/custom_admin/change_list.html +++ b/tests/templates/custom_admin/change_list.html @@ -1,7 +1,7 @@ {% extends "admin/change_list.html" %} {% block extrahead %} -<script type="text/javascript"> +<script> var hello = '{{ extra_var }}'; </script> {% endblock %} |
