mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
Remove GOV.UK as option when creating a branding
It doesn’t make sense to create a brand which doesn’t get shown. This will make it safe to remove this option from the database.
This commit is contained in:
@@ -727,7 +727,6 @@ class ServiceUpdateEmailBranding(StripWhitespaceForm):
|
||||
brand_type = RadioField(
|
||||
"Brand type",
|
||||
choices=[
|
||||
('govuk', 'GOV.UK only'),
|
||||
('both', 'GOV.UK and branding'),
|
||||
('org', 'Branding only'),
|
||||
('org_banner', 'Branding banner'),
|
||||
|
||||
Reference in New Issue
Block a user