mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Update tour.py
This commit is contained in:
@@ -141,7 +141,8 @@ def _get_tour_step_back_link(service_id, template_id, step_index):
|
|||||||
if step_index == 1:
|
if step_index == 1:
|
||||||
return {
|
return {
|
||||||
"href": {
|
"href": {
|
||||||
"url": url_for('main.begin_tour',
|
"url": url_for(
|
||||||
|
'main.begin_tour',
|
||||||
service_id=service_id,
|
service_id=service_id,
|
||||||
template_id=template_id
|
template_id=template_id
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user