aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/auth
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-06-30 16:56:12 +0100
committerStruan Donald <struan@exo.org.uk>2011-06-30 16:56:12 +0100
commit0e6bb3e802c0614d64366bd19732b37a574dc12c (patch)
tree01b5d111754a0acef3f8a71da526ce1fbe59de55 /templates/web/default/auth
parentb756440e4b5c0b356ee0d65d1647124317535c95 (diff)
parentfb78afe61194ea9b6fbec9596d69627e315ab97f (diff)
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into new_statuses
Conflicts: perllib/FixMyStreet/App/Controller/Reports.pm
Diffstat (limited to 'templates/web/default/auth')
-rw-r--r--templates/web/default/auth/general.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/auth/general.html b/templates/web/default/auth/general.html
index ffc85b3dc..5f9a09199 100644
--- a/templates/web/default/auth/general.html
+++ b/templates/web/default/auth/general.html
@@ -39,7 +39,7 @@
</p>
<p>
- <input type="checkbox" name="remember_me" value='1'[% ' checked' IF remember_me %]>
+ <input type="checkbox" id="remember_me" name="remember_me" value='1'[% ' checked' IF remember_me %]>
<label class="n" for="remember_me">
[% loc('Keep me signed in on this computer') %]
</label>