mirror of
https://github.com/Hopiu/django.git
synced 2026-03-18 15:00:25 +00:00
7 lines
127 B
HTML
7 lines
127 B
HTML
{% extends "admin/change_list.html" %}
|
|
|
|
{% block extrahead %}
|
|
<script>
|
|
var hello = '{{ extra_var }}';
|
|
</script>
|
|
{% endblock %}
|