PageRenderTime 32ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 1ms

/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
Possible License(s): BSD-3-Clause
  1. {% extends "admin/change_list.html" %}
  2. {% block extrahead %}
  3. <script type="text/javascript">
  4. var hello = '{{ extra_var }}';
  5. </script>
  6. {% endblock %}