diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-05 12:32:34 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-05 12:32:34 -0400 |
commit | b7c3b0cc73ad8721e2eec59d018a91850ba7f750 (patch) | |
tree | dd0bea39e518efe4c56f19397c0f583d98a6732c /templates/user/signin.tmpl | |
parent | 3ebc9b991a70e10c4b2c6319c1ff6195c0d75a17 (diff) | |
download | gitea-b7c3b0cc73ad8721e2eec59d018a91850ba7f750.tar.gz gitea-b7c3b0cc73ad8721e2eec59d018a91850ba7f750.zip |
Add reset password, fix #58
Diffstat (limited to 'templates/user/signin.tmpl')
-rw-r--r-- | templates/user/signin.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/signin.tmpl b/templates/user/signin.tmpl index b6c39af1b8..43f47e4121 100644 --- a/templates/user/signin.tmpl +++ b/templates/user/signin.tmpl @@ -33,7 +33,7 @@ <div class="form-group"> <div class="col-md-offset-4 col-md-6"> <button type="submit" class="btn btn-lg btn-primary">Log In</button> - <a href="/forget-password/">Forgot your password?</a> + <a href="/user/forget_password/">Forgot your password?</a> </div> </div> |