mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Convert radios for P.Admin email branding (basic)
This commit is contained in:
@@ -1753,7 +1753,7 @@ class ServiceUpdateEmailBranding(StripWhitespaceForm):
|
||||
}
|
||||
)
|
||||
file = FileField_wtf('Upload a PNG logo', validators=[FileAllowed(['png'], 'PNG Images only!')])
|
||||
brand_type = RadioField(
|
||||
brand_type = GovukRadiosField(
|
||||
"Brand type",
|
||||
choices=[
|
||||
('both', 'GOV.UK and branding'),
|
||||
|
||||
Reference in New Issue
Block a user