templates/password_reset.html
changeset 19 115860e87238
parent 14 cd6911eaac2c
child 75 bda9ee536063
--- a/templates/password_reset.html	Mon Apr 12 18:15:21 2010 +0530
+++ b/templates/password_reset.html	Tue Apr 13 10:50:29 2010 +0530
@@ -1,7 +1,8 @@
 {% extends "base.html" %}
 {% block content %}
 	{% if new_password %}
-		Your password has been reset to {{ new_password }}. <a href="/reg">Click here</a> to return to home page.
+		Your password is "{{ new_password }}". This will be sent to your email id when app is on FOSSEE.<br />
+		<a href="/reg">Click here</a> to return to home page.
 	{% else %}
 		<form action="" method="post">
 		{{form.as_p}}