mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 02:23:19 -04:00
Update all single field checkboxes
Includes adding some code to govukCheckboxesField to add a single boolean-like option by default, if there are no choices added.
This commit is contained in:
@@ -35,9 +35,7 @@
|
||||
</p>
|
||||
{{ page_footer('Save') }}
|
||||
{% else %}
|
||||
<div class="form-group">
|
||||
{{ checkbox(form.is_default) }}
|
||||
</div>
|
||||
{{ form.is_default }}
|
||||
{% if inbound_number %}
|
||||
{{ page_footer('Save') }}
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user