/tests/templates/custom_admin/change_list.html
https://code.google.com/p/mango-py/ · HTML · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 3a33b26ae5f872991e205c9b72483961 MD5 · raw file
- {% extends "admin/change_list.html" %}
- {% block extrahead %}
- <script type="text/javascript">
- var hello = '{{ extra_var }}';
- </script>
- {% endblock %}