equal
deleted
inserted
replaced
1 {% extends "base.html" %} |
1 {% extends "base.html" %} |
2 {% block content %} |
2 {% block content %} |
3 {% if password_changed %} |
3 {% if password_changed %} |
4 Your password has been successfully changed. <a href="/reg">Click here</a> to return to home page. |
4 Your password has been successfully changed. <a href="/workshop/registration">Click here</a> to return to home page. |
5 {% else %} |
5 {% else %} |
6 <form action="" method="post"> |
6 <form action="" method="post"> |
7 {{form.as_p}} |
7 {{form.as_p}} |
8 <input type="submit" value="Change"> |
8 <input type="submit" value="Change"> |
9 </form> |
9 </form> |