summaryrefslogtreecommitdiffstats
path: root/templates/user/auth
diff options
context:
space:
mode:
authorAndrew Patton <andrew@acusti.ca>2015-04-15 21:53:27 -0400
committerAndrew Patton <andrew@acusti.ca>2015-04-15 21:53:27 -0400
commit3a3e1b90e7c1c293a60d74ecf3a08cb2c07743dc (patch)
treeba154cff6f0f4052801411f397e1e338d33b5b69 /templates/user/auth
parentb579800e50c73b648dbbbcb54942d12a96ae926a (diff)
downloadgitea-3a3e1b90e7c1c293a60d74ecf3a08cb2c07743dc.tar.gz
gitea-3a3e1b90e7c1c293a60d74ecf3a08cb2c07743dc.zip
Match naming convention on page (checkbox→chk)
Diffstat (limited to 'templates/user/auth')
-rw-r--r--templates/user/auth/signin.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/signin.tmpl b/templates/user/auth/signin.tmpl
index 8cca3aca2a..bc0b0f2d31 100644
--- a/templates/user/auth/signin.tmpl
+++ b/templates/user/auth/signin.tmpl
@@ -17,7 +17,7 @@
</div>
{{if not .IsSocialLogin}}
<div class="field">
- <label class="checkbox-label">
+ <label class="chk-label">
<input class="ipt-chk" id="remember" name="remember" type="checkbox"/>&nbsp;&nbsp;&nbsp;&nbsp;<strong>{{.i18n.Tr "auth.remember_me"}}</strong>
</label>
</div>