diff --git a/app/main/views/send.py b/app/main/views/send.py index e3b3ed0a9..418446f52 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -481,6 +481,7 @@ def send_one_off_step(service_id, template_id, step_index): ), template=template, form=form, + current_placeholder=current_placeholder, skip_link=get_skip_link(step_index, template), back_link=back_link, link_to_upload=( diff --git a/app/templates/views/send-test.html b/app/templates/views/send-test.html index 6ddb2a140..7e8616793 100644 --- a/app/templates/views/send-test.html +++ b/app/templates/views/send-test.html @@ -40,12 +40,14 @@ ) %}