/tests/templates/custom_admin/password_change_form.html

https://code.google.com/p/mango-py/ · HTML · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · f1c40b69951a5c336bb522b5f1d0e76a MD5 · raw file

  1. {% extends "registration/password_change_form.html" %}
  2. {% block content %}
  3. Hello from a custom password change form template
  4. {{ block.super }}
  5. {% endblock %}