mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Update AddGPOrganisationForm with new fields
Changes its StingFields to GovukTextInputFields. Includes changes to templates that use this form and associated tests.
This commit is contained in:
@@ -1061,7 +1061,7 @@ class AddGPOrganisationForm(StripWhitespaceForm):
|
||||
),
|
||||
)
|
||||
|
||||
name = StringField(
|
||||
name = GovukTextInputField(
|
||||
'What’s your practice called?',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user