mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 07:18:58 -04:00
Redirect user to new tour after creating a service
We leave the existing tour routes available for the moment so we don't break the flow for anyone whilst this deploys
This commit is contained in:
@@ -75,7 +75,7 @@ def add_service():
|
||||
example_sms_template = _create_example_template(service_id)
|
||||
|
||||
return redirect(url_for(
|
||||
'main.start_tour',
|
||||
'main.begin_tour',
|
||||
service_id=service_id,
|
||||
template_id=example_sms_template['data']['id']
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user