templates/password_change.html
changeset 75 bda9ee536063
parent 14 cd6911eaac2c
equal deleted inserted replaced
74:c47a6c63eaa7 75:bda9ee536063
     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>