templates/password_reset.html
changeset 75 bda9ee536063
parent 19 115860e87238
child 98 1af134a1e53d
--- a/templates/password_reset.html	Fri Apr 16 16:29:00 2010 +0530
+++ b/templates/password_reset.html	Fri Apr 16 16:37:28 2010 +0530
@@ -2,7 +2,7 @@
 {% block content %}
 	{% if new_password %}
 		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.
+		<a href="/workshop/registration">Click here</a> to return to home page.
 	{% else %}
 		<form action="" method="post">
 		{{form.as_p}}