Use a label tag on the checkbox for 'I have read and accept the TOS'

This commit is contained in:
Neil Lalonde 2014-09-11 11:11:14 -04:00
parent 91d114756c
commit dd8e7fd7d1

View File

@ -79,8 +79,10 @@
<div class="modal-footer">
{{#if tosAcceptRequired}}
<div class="tos-agree">
{{input type="checkbox" checked=tosAccepted}}
{{custom-html "tos_signup_form_message"}}
<label>
{{input type="checkbox" checked=tosAccepted}}
{{custom-html "tos_signup_form_message"}}
</label>
</div>
{{/if}}
<button class='btn btn-large btn-primary' {{bind-attr disabled="submitDisabled"}} {{action createAccount}}>{{i18n create_account.title}}</button>