templates/index.html
changeset 58 a26c82f593f0
parent 50 fd37bbece439
child 75 bda9ee536063
--- a/templates/index.html	Thu Apr 15 19:19:08 2010 +0530
+++ b/templates/index.html	Thu Apr 15 19:53:52 2010 +0530
@@ -19,7 +19,7 @@
 			{% endif %}
 		{% else %}
 			Your account is inactive. An activation email has been sent to your email address.<br />
-			<a href="/reg/resend_activation/?email={{email}}">Click here</a> to resend the activation email.<br />
+			<a href="/reg/resend_activation/?email={{user.email}}">Click here</a> to resend the activation email.<br />
 		{% endif %}
 	{% endif %}