]> git.ozlabs.org Git - patchwork/blob - templates/registration/password_change_done.html
templates: use custom templates for password change
[patchwork] / templates / registration / password_change_done.html
1 {% extends "base.html" %}
2
3 {% block title %}Password Change Complete{% endblock %}
4 {% block heading %}Password Change Complete{% endblock %}
5
6 {% block body %}
7
8 <p>Your password has been changed sucessfully.</p>
9
10 {% endblock %}