mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 06:48:25 +08:00
Use a label tag on the checkbox for 'I have read and accept the TOS'
This commit is contained in:
parent
91d114756c
commit
dd8e7fd7d1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user