From 8e0a69f86a9e103d1d82d3c5000e01b4e2570a51 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 13 Sep 2015 09:51:51 -0400 Subject: #697 disable captcha and new admin create user UI --- templates/user/auth/signup.tmpl | 91 ++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 42 deletions(-) (limited to 'templates/user') diff --git a/templates/user/auth/signup.tmpl b/templates/user/auth/signup.tmpl index b68c79632a..4a5b32b6a6 100644 --- a/templates/user/auth/signup.tmpl +++ b/templates/user/auth/signup.tmpl @@ -1,49 +1,56 @@ -{{template "ng/base/head" .}} -{{template "ng/base/header" .}} -
-
-
-

{{if .IsSocialLogin}}{{.i18n.Tr "social_sign_in" | Str2html}}{{else}}{{.i18n.Tr "sign_up"}}{{end}}

-
-
- {{template "ng/base/alert" .}} +{{template "base/head" .}} + -{{template "ng/base/footer" .}} \ No newline at end of file +{{template "base/footer" .}} \ No newline at end of file -- cgit v1.2.3