From 6c1648257797bd230613473912d44cc41a17e2d6 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Mon, 28 Apr 2025 13:00:31 -0400 Subject: [PATCH] Update tour.py --- app/main/views/tour.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/main/views/tour.py b/app/main/views/tour.py index 31bb16803..e253167c8 100644 --- a/app/main/views/tour.py +++ b/app/main/views/tour.py @@ -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 ),