mirror of
https://github.com/go-gitea/gitea
synced 2024-11-22 10:11:59 +01:00
Match naming convention on page (checkbox→chk)
This commit is contained in:
parent
b579800e50
commit
3a3e1b90e7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{if not .IsSocialLogin}}
|
{{if not .IsSocialLogin}}
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label class="checkbox-label">
|
<label class="chk-label">
|
||||||
<input class="ipt-chk" id="remember" name="remember" type="checkbox"/> <strong>{{.i18n.Tr "auth.remember_me"}}</strong>
|
<input class="ipt-chk" id="remember" name="remember" type="checkbox"/> <strong>{{.i18n.Tr "auth.remember_me"}}</strong>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue