forked from mirrors/easyappointments
Remove unnecessary webhooks page element
This commit is contained in:
parent
8fde7e5221
commit
b79a17f25e
1 changed files with 5 additions and 7 deletions
|
@ -113,14 +113,12 @@
|
|||
<?= lang('options') ?>
|
||||
</label>
|
||||
|
||||
<div class="">
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" id="is-ssl-verified">
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" id="is-ssl-verified">
|
||||
|
||||
<label class="form-check-label" for="is-ssl-verified">
|
||||
<?= lang('verify_ssl') ?>
|
||||
</label>
|
||||
</div>
|
||||
<label class="form-check-label" for="is-ssl-verified">
|
||||
<?= lang('verify_ssl') ?>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue