mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Update selection radios before edit/create new
They were already using the 'name' field in their label but we don't want any other part of the branding to appear now.
This commit is contained in:
@@ -124,6 +124,7 @@ def create_email_branding(logo=None):
|
||||
email_branding_client.create_email_branding(
|
||||
logo=logo,
|
||||
name=form.name.data,
|
||||
text=form.text.data,
|
||||
colour=form.colour.data
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user