PageRenderTime 88ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/templates/custom_admin/login.html

https://code.google.com/p/mango-py/
HTML | 6 lines | 5 code | 1 blank | 0 comment | 0 complexity | 993e76c49c6a8fa4d3c4e6060ec52ff1 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. {% extends "admin/login.html" %}
  2. {% block content %}
  3. Hello from a custom login template
  4. {{ block.super }}
  5. {% endblock %}