forked from mirrors/easyappointments
Fix "for" property for "accept to provacy policy" checkbox label in appointment process.
This commit is contained in:
parent
8f3f4a3d28
commit
58ad2e43a1
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@
|
||||||
</label> -->
|
</label> -->
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<input type="checkbox" class="required form-check-input" id="accept-to-privacy-policy">
|
<input type="checkbox" class="required form-check-input" id="accept-to-privacy-policy">
|
||||||
<label class="form-check-label" for="defaultCheck1">
|
<label class="form-check-label" for="accept-to-privacy-policy">
|
||||||
<?= strtr(lang('read_and_agree_to_privacy_policy'),
|
<?= strtr(lang('read_and_agree_to_privacy_policy'),
|
||||||
[
|
[
|
||||||
'{$link}' => '<a href="#" data-toggle="modal" data-target="#privacy-policy-modal">',
|
'{$link}' => '<a href="#" data-toggle="modal" data-target="#privacy-policy-modal">',
|
||||||
|
|
Loading…
Reference in a new issue