templates/registration/login.html
changeset 45 ab8918e654ae
parent 42 9b5b8c997598
--- 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 %}