diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-05-11 20:18:57 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-05-11 20:18:57 +0800 |
commit | f68e279150b8c58a0c5ffeea44fe1a613031e58b (patch) | |
tree | 3afed9069f91ecbcfa5d5b129d091a70bef6408c /templates/admin | |
parent | 70398ed01a4f1715831864613b894ad2ba0e98f7 (diff) | |
download | gitea-f68e279150b8c58a0c5ffeea44fe1a613031e58b.tar.gz gitea-f68e279150b8c58a0c5ffeea44fe1a613031e58b.zip |
spell bug fixed
Diffstat (limited to 'templates/admin')
-rw-r--r-- | templates/admin/auths/edit.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/auths/edit.tmpl b/templates/admin/auths/edit.tmpl index 56c4db74aa..9ebc0aa4c4 100644 --- a/templates/admin/auths/edit.tmpl +++ b/templates/admin/auths/edit.tmpl @@ -124,7 +124,7 @@ <div class="form-group {{if .Err_TLS}}has-error has-feedback{{end}}"> <label class="col-md-3 control-label">Auto Register: </label> <div class="col-md-7"> - <input name="allowautoregister" type="checkbox" class="form-control" {{if .Source.AllowAutoRegisted}}checked{{end}}> + <input name="allowautoregister" type="checkbox" class="form-control" {{if .Source.AllowAutoRegister}}checked{{end}}> </div> </div> |