PageRenderTime 22ms CodeModel.GetById 6ms RepoModel.GetById 0ms app.codeStats 0ms

/tests/templates/custom_admin/password_change_done.html

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