/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
- {% extends "registration/password_change_form.html" %}
- {% block content %}
- Hello from a custom password change form template
- {{ block.super }}
- {% endblock %}