Show personalisation in individual letters

Adds a new endpoint that works like view template/view preview of
letter, so that this page works the same way it does for emails/text
messages (ie showing the full content of the message, including
personalisation).

We’re not worrying about redaction in letters for now.
This commit is contained in:
Chris Hill-Scott
2017-07-13 13:28:11 +01:00
parent 63e9ef44e7
commit 68078041dd
3 changed files with 55 additions and 6 deletions

View File

@@ -1703,6 +1703,7 @@ def mock_get_notification(
service_id,
'5407f4db-51c7-4150-8758-35412d42186a',
content='hello ((name))',
subject='blah',
redact_personalisation=redact_personalisation,
type_=template_type,
)