author | nishanth |
Mon, 12 Apr 2010 12:32:46 +0530 | |
changeset 13 | 05248e27104a |
parent 9 | e29ecb7819e7 |
permissions | -rw-r--r-- |
9 | 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 %} |