Merge pull request #3781 from alphagov/add-govuk-radios-7

Add GOVUK radios [part 7]
This commit is contained in:
Tom Byers
2021-02-02 11:40:53 +00:00
committed by GitHub
4 changed files with 34 additions and 35 deletions

View File

@@ -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='',
)