templates/password_reset.html
changeset 75 bda9ee536063
parent 19 115860e87238
child 98 1af134a1e53d
equal deleted inserted replaced
74:c47a6c63eaa7 75:bda9ee536063
     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>