Convert IntegerFields to GovukIntegerFields

Changes those fields in the following forms:
- FreeSMSAllowance
- ProviderForm
- ProviderRatioForm
- ServiceDataRetentionEditForm

Includes changes to templates that use this form
and associated tests.
This commit is contained in:
Tom Byers
2020-08-07 10:31:09 +01:00
parent 97ddc7923a
commit bff07c10b1
6 changed files with 17 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
) }}
{% call form_wrapper() %}
{{ notification_type | capitalize}}
{{ textbox(form.days_of_retention) }}
{{ form.days_of_retention }}
{{ page_footer('Save') }}
{% endcall %}