diff options
author | Unknwon <u@gogs.io> | 2015-09-13 11:07:21 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-13 11:07:21 -0400 |
commit | 83e747bfda43c2c8fa0aceb2c989d42fe5ca1582 (patch) | |
tree | 1dfee9128010bb08ad2177c24fd1c5c8c53d45cd /templates/user/auth | |
parent | e5ed5904c62d9a618cb6f4ad852b021a02c3481e (diff) | |
download | gitea-83e747bfda43c2c8fa0aceb2c989d42fe5ca1582.tar.gz gitea-83e747bfda43c2c8fa0aceb2c989d42fe5ca1582.zip |
#697 and #1606 and new admin edit user UI
Diffstat (limited to 'templates/user/auth')
-rw-r--r-- | templates/user/auth/signup.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/signup.tmpl b/templates/user/auth/signup.tmpl index 4a5b32b6a6..615ec3bbc9 100644 --- a/templates/user/auth/signup.tmpl +++ b/templates/user/auth/signup.tmpl @@ -28,7 +28,7 @@ <label for="retype">{{.i18n.Tr "re_type"}}</label> <input id="retype" name="retype" type="password" value="{{.retype}}" required> </div> - {{if not .DisableCaptcha}} + {{if .EnableCaptcha}} <div class="inline field"> <label></label> {{.Captcha.CreateHtml}} |