Update manageTld.twig

This commit is contained in:
Pinga 2024-11-22 14:26:56 +02:00
parent d0b413966e
commit 83bfc81cf2

View file

@ -69,11 +69,11 @@
</div>
</div>
<div class="datagrid-item">
<div class="datagrid-title">BIND9 DNSSEC</div>
<div class="datagrid-title">DNSSEC Mode</div>
<div class="datagrid-content">
<label class="form-check">
<input class="form-check-input" type="checkbox" name="bind9_enable" {% if secureTld == 1 %} checked disabled {% endif %}>
<span class="form-check-label">{{ __('Enable') }}</span>
<span class="form-check-label">{{ __('BIND9') }}</span>
</label>
</div>
</div>