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:
Chris Hill-Scott
2017-03-10 17:39:38 +00:00
parent 1bfa302fce
commit 89bd03d9f0

View File

@@ -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,
)
)