mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 13:58:25 -04:00
Convert radios on edit org agreement page (basic)
This commit is contained in:
@@ -17,14 +17,7 @@
|
||||
<div class="govuk-grid-row">
|
||||
<div class="govuk-grid-column-five-sixths">
|
||||
{% call form_wrapper() %}
|
||||
{{ radios(
|
||||
form.agreement_signed,
|
||||
option_hints={
|
||||
'yes': 'Users will be told their organisation has already signed the agreement',
|
||||
'no': 'Users will be prompted to sign the agreement before they can go live',
|
||||
'unknown': 'Users will not be prompted to sign the agreement'
|
||||
}
|
||||
) }}
|
||||
{{ form.agreement_signed }}
|
||||
{{ page_footer('Save') }}
|
||||
{% endcall %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user