Merge pull request #1629 from GSA/1256-bug-tour-steps-needs-to-be-adjusted-for-the-new-preview-page

made changes/fixes to tour flow
This commit is contained in:
Carlo Costino
2024-07-03 14:37:07 -04:00
committed by GitHub
5 changed files with 42 additions and 18 deletions

View File

@@ -195,10 +195,10 @@ def check_tour_notification(service_id, template_id):
)
return render_template(
"views/notifications/check.html",
"views/notifications/preview.html",
template=template,
back_link=back_link,
help="2",
help="3",
)