mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 10:28:26 -04:00
Split up the branding_request endpoint
The endpoint used to handle both email and letter branding, but this replaces `.branding_request` with `.email_branding_request` and `.letter_branding_request` instead. This is in preparation for changing how email branding works. The `from_template` arg was only possible for letter branding, so I've removed that from the `.email_branding_request` endpoint.
This commit is contained in:
@@ -219,8 +219,9 @@ class MainNavigation(Navigation):
|
||||
'settings': {
|
||||
'add_organisation_from_gp_service',
|
||||
'add_organisation_from_nhs_local_service',
|
||||
'branding_request',
|
||||
'email_branding_request',
|
||||
'estimate_usage',
|
||||
'letter_branding_request',
|
||||
'link_service_to_organisation',
|
||||
'request_to_go_live',
|
||||
'service_add_email_reply_to',
|
||||
|
||||
Reference in New Issue
Block a user