Add Django-1.2.1
[frozenviper.git] / Django-1.2.1 / tests / templates / custom_admin / password_change_form.html
blob1c424934e4407c11137dc1f5e3d1f6dbd278161b
1 {% extends "registration/password_change_form.html" %}
3 {% block content %}
4 Hello from a custom password change form template
5 {{ block.super }}
6 {% endblock %}