mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Convert radios on set inbound page (basic)
This commit is contained in:
@@ -1916,7 +1916,7 @@ class ServiceInboundNumberForm(StripWhitespaceForm):
|
||||
super().__init__(*args, **kwargs)
|
||||
self.inbound_number.choices = kwargs['inbound_number_choices']
|
||||
|
||||
inbound_number = RadioField(
|
||||
inbound_number = GovukRadiosField(
|
||||
"Select your inbound number",
|
||||
thing='an inbound number',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user