changeset 9 | e29ecb7819e7 |
8:e2699e042129 | 9:e29ecb7819e7 |
---|---|
1 {% extends "base.html" %} |
|
2 {% block content %} |
|
3 {% if password_changed %} |
|
4 Your password has been successfully changed. <a href="/reg">Click here</a> to return to home page. |
|
5 {% else %} |
|
6 <form action="" method="post"> |
|
7 {{form.as_p}} |
|
8 <input type="submit" value="Change"> |
|
9 </form> |
|
10 {% endif %} |
|
11 {% endblock %} |