]> source.dussan.org Git - gitea.git/commitdiff
Match naming convention on page (checkbox→chk)
authorAndrew Patton <andrew@acusti.ca>
Thu, 16 Apr 2015 01:53:27 +0000 (21:53 -0400)
committerAndrew Patton <andrew@acusti.ca>
Thu, 16 Apr 2015 01:53:27 +0000 (21:53 -0400)
templates/user/auth/signin.tmpl

index 8cca3aca2a0a8aa45c455e209fd59553f1c02417..bc0b0f2d31e4abe134c45e14c8bcc8601a06b911 100644 (file)
@@ -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>