summaryrefslogtreecommitdiffstats
path: root/templates/user/signup.tmpl
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-13 18:12:07 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-13 18:12:07 -0400
commit4b9b8024ba59b5b84d92dca650761b35ebf6408a (patch)
treef40ed3d56e5df158168cb38a5f3b479c17903362 /templates/user/signup.tmpl
parent8c266f2df5848b230c6fbb0bc4578a8907edc725 (diff)
downloadgitea-4b9b8024ba59b5b84d92dca650761b35ebf6408a.tar.gz
gitea-4b9b8024ba59b5b84d92dca650761b35ebf6408a.zip
Clean oauth code
Diffstat (limited to 'templates/user/signup.tmpl')
-rw-r--r--templates/user/signup.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/user/signup.tmpl b/templates/user/signup.tmpl
index 6cf48a4d80..0295159943 100644
--- a/templates/user/signup.tmpl
+++ b/templates/user/signup.tmpl
@@ -1,15 +1,15 @@
{{template "base/head" .}}
{{template "base/navbar" .}}
-<div class="container" id="body" data-page="user-signup">
+<div class="container" id="body">
<form action="/user/sign_up" method="post" class="form-horizontal card" id="login-card">
{{.CsrfTokenHtml}}
{{if .DisenableRegisteration}}
Sorry, registeration has been disenabled, you can only get account from administrator.
{{else}}
{{if .IsSocialLogin}}
- <h3>Social login: 2nd step <small>complete information</small></h3>
+ <h3>Social login: 2nd step <small>complete information</small></h3>
{{else}}
- <h3>Sign Up</h3>
+ <h3>Sign Up</h3>
{{end}}
{{template "base/alert" .}}
<div class="form-group {{if .Err_UserName}}has-error has-feedback{{end}}">