From 06c238269f8ef19eb581ff5d16b8a60aba3a4fde Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Tue, 1 Apr 2025 11:02:08 -0400 Subject: [PATCH] Update send.html Fixing the back link --- app/templates/views/send.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/views/send.html b/app/templates/views/send.html index 3e6c4af9b..b130db098 100644 --- a/app/templates/views/send.html +++ b/app/templates/views/send.html @@ -12,7 +12,9 @@ {% block backLink %} - {{ usaBackLink(params) }} + {{ usaBackLink({ + "href": url_for('main.send_one_off_step', service_id=current_service.id, template_id=template.id, step_index=0) + }) }} {% endblock %} {% block maincolumn_content %}