--- a/templates/registration/login.html Thu Feb 18 19:39:54 2010 +0530
+++ b/templates/registration/login.html Fri Feb 19 21:46:24 2010 +0530
@@ -4,4 +4,5 @@
{{ form.as_p }}
<input type="submit" value="Login" />
</form>
+<a href="/accounts/password/reset">Forgot password?</a>
{% endblock %}