summaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-29 10:01:52 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-29 10:01:52 -0400
commit2c073afbec4b9845e8ddd10a4d3f469874fdcd37 (patch)
tree2ebca5026484dcc5aea2be1fb073c41c3edb7f3c /templates/user
parentecce694d77756264864b03e6b06077592ed1676a (diff)
downloadgitea-2c073afbec4b9845e8ddd10a4d3f469874fdcd37.tar.gz
gitea-2c073afbec4b9845e8ddd10a4d3f469874fdcd37.zip
Mirror fix and update
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/signin.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/signin.tmpl b/templates/user/signin.tmpl
index 49a2262633..b6c39af1b8 100644
--- a/templates/user/signin.tmpl
+++ b/templates/user/signin.tmpl
@@ -44,7 +44,7 @@
</div>
<div class="form-group text-center" id="social-login">
- <a class="btn btn-danger btn-lg">Register new account</a>
+ <a class="btn btn-danger btn-lg" href="/user/sign_up">Register new account</a>
</div>
</form>
</div>