/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

  1. {% extends "admin/change_list.html" %}
  2. {% block extrahead %}
  3. <script type="text/javascript">
  4. var hello = '{{ extra_var }}';
  5. </script>
  6. {% endblock %}