mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-02 20:59:39 -04:00
Make radioSelect use GOVUK Frontend radios
Includes changing the code so that the radios aren't split into two columns in the HTML present when the page loads. This layout is now added by the JS.
This commit is contained in:
@@ -1509,7 +1509,7 @@ class ChooseTimeForm(StripWhitespaceForm):
|
||||
]
|
||||
self.scheduled_for.categories = get_next_days_until(get_furthest_possible_scheduled_time())
|
||||
|
||||
scheduled_for = RadioField(
|
||||
scheduled_for = GovukRadiosField(
|
||||
'When should Notify send these messages?',
|
||||
default='',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user