mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 07:59:49 -04:00
Revert "Change checkboxes to GOVUK frontend"
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
{% from "components/banner.html" import banner_wrapper %}
|
||||
{% from "components/textbox.html" import textbox %}
|
||||
{% from "components/checkbox.html" import checkbox %}
|
||||
{% from "components/page-header.html" import page_header %}
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
@@ -34,7 +35,9 @@
|
||||
</p>
|
||||
{{ page_footer('Save') }}
|
||||
{% else %}
|
||||
{{ form.is_default }}
|
||||
<div class="form-group">
|
||||
{{ checkbox(form.is_default) }}
|
||||
</div>
|
||||
{% if inbound_number %}
|
||||
{{ page_footer('Save') }}
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user