mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Default the brand_type for new email brands
This commit is contained in:
@@ -91,7 +91,7 @@ def update_email_branding(branding_id, logo=None):
|
||||
@login_required
|
||||
@user_is_platform_admin
|
||||
def create_email_branding(logo=None):
|
||||
form = ServiceUpdateEmailBranding()
|
||||
form = ServiceUpdateEmailBranding(brand_type='govuk')
|
||||
|
||||
if form.validate_on_submit():
|
||||
if form.file.data:
|
||||
|
||||
Reference in New Issue
Block a user