summaryrefslogtreecommitdiffstats
path: root/templates/user/signin.tmpl
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-03 19:03:08 -0500
committerUnknown <joe2010xtmf@163.com>2014-03-03 19:03:08 -0500
commite59f90b8fee3e615d1b60067bfc0d636606899d8 (patch)
treee37db19d1492235875259f34ed08506f74631270 /templates/user/signin.tmpl
parentfea660f1d787f353f06632982861000c9078da2e (diff)
downloadgitea-e59f90b8fee3e615d1b60067bfc0d636606899d8.tar.gz
gitea-e59f90b8fee3e615d1b60067bfc0d636606899d8.zip
Update
Diffstat (limited to 'templates/user/signin.tmpl')
-rw-r--r--templates/user/signin.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/user/signin.tmpl b/templates/user/signin.tmpl
index 6527ae53f2..f80b3199a2 100644
--- a/templates/user/signin.tmpl
+++ b/templates/user/signin.tmpl
@@ -1,7 +1,7 @@
{{template "base/head" .}}
{{template "base/navbar" .}}
<div class="container" id="gogs-body">
- <form action="/user/signin" method="post" class="form-horizontal gogs-card" id="gogs-login-card">
+ <form action="/user/login" method="post" class="form-horizontal gogs-card" id="gogs-login-card">
<h3>Log in</h3>{{if .Error}}
<div class="form-group">
<div class="col-md-6 col-md-offset-3 alert alert-danger text-center"><strong>{{.Error}}</strong></div>
@@ -26,7 +26,7 @@
</div>
<div class="form-group">
<div class="col-md-offset-4 col-md-6">
- <a href="/sign-up/">Need an account? Sign up free.</a>
+ <a href="/user/sign_up">Need an account? Sign up free.</a>
</div>
</div>
<div class="form-group text-center" id="gogs-social-login">