mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 23:33:12 -04:00
Merge pull request #3781 from alphagov/add-govuk-radios-7
Add GOVUK radios [part 7]
This commit is contained in:
@@ -1485,7 +1485,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