Fix link to dashboard from end of tour

The notification page was different to the job page in that it
passed through the whole template, not just the ID.
This commit is contained in:
Chris Hill Scott
2017-07-03 14:33:49 +01:00
committed by Chris Hill Scott
parent c791771498
commit 8eed32620d
3 changed files with 23 additions and 3 deletions

View File

@@ -1678,7 +1678,7 @@ def mock_get_notification(
noti['personalisation'] = {'name': 'Jo'}
noti['template'] = template_json(
service_id,
str(generate_uuid()),
'5407f4db-51c7-4150-8758-35412d42186a',
content='hello ((name))',
redact_personalisation=redact_personalisation,
)