1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

spell bug fixed

This commit is contained in:
Lunny Xiao
2014-05-11 20:18:57 +08:00
parent 70398ed01a
commit f68e279150
3 changed files with 5 additions and 5 deletions

View File

@@ -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>