mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-31 20:00:00 -04:00
Convert radios on link-service-to-org page (basic)
This commit is contained in:
@@ -2009,7 +2009,7 @@ class LinkOrganisationsForm(StripWhitespaceForm):
|
||||
super().__init__(*args, **kwargs)
|
||||
self.organisations.choices = kwargs['choices']
|
||||
|
||||
organisations = RadioField(
|
||||
organisations = GovukRadiosField(
|
||||
'Select an organisation',
|
||||
validators=[
|
||||
DataRequired()
|
||||
|
||||
Reference in New Issue
Block a user