Convert radios for P.Admin email branding (basic)

This commit is contained in:
Tom Byers
2020-06-25 15:39:59 +01:00
parent 5652db86d1
commit 52929d835d
2 changed files with 2 additions and 3 deletions

View File

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