mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Show recipient emails on individual template page
Because we have space there’s no need to hide this now. Makes it less confusing to have parts of the email appear/disappear as you’re clicking through the flow.
This commit is contained in:
@@ -72,7 +72,8 @@ def view_template(service_id, template_id):
|
|||||||
service_api_client.get_service_template(service_id, template_id)['data'],
|
service_api_client.get_service_template(service_id, template_id)['data'],
|
||||||
current_service,
|
current_service,
|
||||||
expand_emails=True,
|
expand_emails=True,
|
||||||
letter_preview_url=url_for('.view_template', service_id=service_id, template_id=template_id)
|
letter_preview_url=url_for('.view_template', service_id=service_id, template_id=template_id),
|
||||||
|
show_recipient=True,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user