diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-06 02:59:44 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-06 02:59:44 -0500 |
commit | 5959e344a9133074cf2c65bd5e5d759be7895daf (patch) | |
tree | 74094fc3f241ede6757f1f403d368c3b9c402c96 /templates/user | |
parent | c6f2c23b05474d80ea282a7683135b3ea8f8e2d9 (diff) | |
download | gitea-5959e344a9133074cf2c65bd5e5d759be7895daf.tar.gz gitea-5959e344a9133074cf2c65bd5e5d759be7895daf.zip |
Optimize validate
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/signup.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/signup.tmpl b/templates/user/signup.tmpl index 52e8fe1814..265365bfb7 100644 --- a/templates/user/signup.tmpl +++ b/templates/user/signup.tmpl @@ -19,7 +19,7 @@ </div> </div> - <div class="form-group {{if .Err_Passwd}}has-error has-feedback{{end}}"> + <div class="form-group {{if .Err_Password}}has-error has-feedback{{end}}"> <label class="col-md-4 control-label">Password: </label> <div class="col-md-6"> <input name="passwd" type="password" class="form-control" placeholder="Type your password"> |