mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
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:
committed by
Chris Hill Scott
parent
c791771498
commit
8eed32620d
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user