equal
deleted
inserted
replaced
1 {% extends "base.html" %} |
1 {% extends "base.html" %} |
2 {% block content %} |
2 {% block content %} |
3 {% if new_password %} |
3 {% if new_password %} |
4 Your password is "{{ new_password }}". This will be sent to your email id when app is on FOSSEE.<br /> |
4 Your password is "{{ new_password }}". This will be sent to your email id when app is on FOSSEE.<br /> |
5 <a href="/reg">Click here</a> to return to home page. |
5 <a href="/workshop/registration">Click here</a> to return to home page. |
6 {% else %} |
6 {% else %} |
7 <form action="" method="post"> |
7 <form action="" method="post"> |
8 {{form.as_p}} |
8 {{form.as_p}} |
9 <input type="submit" value="Change"> |
9 <input type="submit" value="Change"> |
10 </form> |
10 </form> |