Add view for new tour start page

This will replace the current tour start page
This commit is contained in:
David McDonald
2020-09-29 14:48:56 +01:00
parent f4f2e5d13a
commit 2ba7224a42
7 changed files with 181 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ def start_tour(service_id, template_id):
show_recipient=True,
),
help='1',
continue_link=url_for('.send_test', service_id=current_service.id, template_id=template['id'], help=2)
)