diff options
author | Unknwon <u@gogs.io> | 2015-08-19 23:14:57 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-19 23:14:57 +0800 |
commit | 87f5ca8e1f74616d9dc36a5f6fe57023444ed25c (patch) | |
tree | a1236ad9a0bb90b6d1968e67ce40bf890ba94f47 /templates/admin/auth/new.tmpl | |
parent | a35911486ffe0cd373662219a8f231b9cf38d84c (diff) | |
download | gitea-87f5ca8e1f74616d9dc36a5f6fe57023444ed25c.tar.gz gitea-87f5ca8e1f74616d9dc36a5f6fe57023444ed25c.zip |
able edit issue title
Diffstat (limited to 'templates/admin/auth/new.tmpl')
-rw-r--r-- | templates/admin/auth/new.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/auth/new.tmpl b/templates/admin/auth/new.tmpl index 3f8f3d375b..4e9e2f8ef3 100644 --- a/templates/admin/auth/new.tmpl +++ b/templates/admin/auth/new.tmpl @@ -56,7 +56,7 @@ <input class="ipt ipt-large ipt-radius {{if .Err_Filter}}ipt-error{{end}}" id="filter" name="filter" value="{{.filter}}" /> </div> <div class="field"> - <label class="req" for="filter">{{.i18n.Tr "admin.auths.admin_filter"}}</label> + <label for="filter">{{.i18n.Tr "admin.auths.admin_filter"}}</label> <input class="ipt ipt-large ipt-radius {{if .Err_AdminFilter}}ipt-error{{end}}" id="admin_filter" name="admin_filter" value="{{.admin_filter}}" /> </div> <div class="field"> |