added errors focus

This commit is contained in:
Beverly Nguyen
2024-12-09 18:47:34 -08:00
parent 28a6b44a98
commit 2fb4b7538c
4 changed files with 19 additions and 3 deletions

View File

@@ -483,6 +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
)