This commit is contained in:
Beverly Nguyen
2024-12-09 22:10:27 -08:00
parent 2fb4b7538c
commit 27abdc635e

View File

@@ -483,7 +483,7 @@ def send_one_off_step(service_id, template_id, step_index):
link_to_upload=(
request.endpoint == "main.send_one_off_step" and step_index == 0
),
errors = form.errors if form.errors else None
errors=form.errors if form.errors else None
)