Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/mauRepo/dj_security/trunk/dj_security/templates/registration/password_change_done.html@8650
Line | |
---|
1 | {% extends "registration/base.html" %} |
---|
2 | {% load i18n %} |
---|
3 | |
---|
4 | {% block title %}{% trans 'Password change successful' %}{% endblock %} |
---|
5 | |
---|
6 | {% block content %} |
---|
7 | |
---|
8 | <h1>{% trans 'Password change successful' %}</h1> |
---|
9 | |
---|
10 | <p>{% trans 'Your password was changed.' %}</p> |
---|
11 | |
---|
12 | {% endblock %} |
---|
13 | |
---|
14 | {% block content-related %} |
---|
15 | |
---|
16 | {% endblock %} |
---|
Note: See
TracBrowser
for help on using the repository browser.