mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Convert radios on data retention page (basic)
This commit is contained in:
@@ -2097,14 +2097,14 @@ class BrandingOptions(StripWhitespaceForm):
|
||||
|
||||
class ServiceDataRetentionForm(StripWhitespaceForm):
|
||||
|
||||
notification_type = RadioField(
|
||||
notification_type = GovukRadiosField(
|
||||
'What notification type?',
|
||||
choices=[
|
||||
('email', 'Email'),
|
||||
('sms', 'SMS'),
|
||||
('letter', 'Letter'),
|
||||
],
|
||||
validators=[DataRequired()],
|
||||
thing='notification type',
|
||||
)
|
||||
days_of_retention = GovukIntegerField(
|
||||
label="Days of retention",
|
||||
|
||||
Reference in New Issue
Block a user