Convert radios on edit org agreement page (basic)

This commit is contained in:
Tom Byers
2020-06-26 17:49:07 +01:00
parent 6aaa4d906b
commit 45526598c6
3 changed files with 44 additions and 40 deletions

View File

@@ -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>