mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-21 14:59:47 -04:00
Fix org info in branding requests with known orgs
This wasn’t looking quite right in the case where an organisation is in our list of domains.
This commit is contained in:
@@ -986,7 +986,7 @@ def branding_request(service_id):
|
||||
'\n---'
|
||||
'\nBranding requested: {}'
|
||||
).format(
|
||||
AgreementInfo.from_current_user().as_human_readable,
|
||||
AgreementInfo.from_current_user().as_info_for_branding_request,
|
||||
current_service['name'],
|
||||
url_for('main.service_dashboard', service_id=current_service['id'], _external=True),
|
||||
branding_options_dict[form.options.data],
|
||||
|
||||
Reference in New Issue
Block a user