Skip to content

Commit

Permalink
Use a label tag on the checkbox for 'I have read and accept the TOS'
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Sep 11, 2014
1 parent 91d1147 commit dd8e7fd
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit dd8e7fd

Please sign in to comment.