mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-28 14:20:59 -05: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'],
|
||||
current_service,
|
||||
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