0
0
mirror of https://github.com/django/django.git synced 2024-11-28 10:48:32 +01:00
django/tests/templates/custom_admin/change_list.html

8 lines
127 B
HTML

{% extends "admin/change_list.html" %}
{% block extrahead %}
<script>
var hello = '{{ extra_var }}';
</script>
{% endblock %}