Update tour.py

This commit is contained in:
Jonathan Bobel
2025-04-28 13:00:31 -04:00
parent bf03391b6d
commit 6c16482577

View File

@@ -141,7 +141,8 @@ def _get_tour_step_back_link(service_id, template_id, step_index):
if step_index == 1:
return {
"href": {
"url": url_for('main.begin_tour',
"url": url_for(
'main.begin_tour',
service_id=service_id,
template_id=template_id
),