Show recipient on notification page

Since we removed the notifications table from this page we need a
different way of showing who the message was sent to.

Our `Template` classes already have a way of doing this, and we have a
flag to switch this on (which is what this PR changes).
This commit is contained in:
Chris Hill-Scott
2017-06-19 14:32:50 +01:00
parent 16d92b9a62
commit a964417555

View File

@@ -58,6 +58,7 @@ def view_notification(service_id, notification_id):
version=notification['template_version'],
filetype='png',
),
show_recipient=True,
),
updates_url=url_for(
".view_notification_updates",