Merge pull request #2206 from GSA/2125-send-message-a11y-audit-unique-ids

Send Message A11Y Audit - Unique IDs and also refactor error message on templates page
This commit is contained in:
Beverly Nguyen
2025-01-21 15:30:13 -08:00
committed by GitHub
10 changed files with 28 additions and 24 deletions

View File

@@ -645,6 +645,7 @@ def edit_service_template(service_id, template_id):
return render_template(
"views/edit-{}-template.html".format(template["template_type"]),
form=form,
errors=form.errors if form.errors else None,
template=template,
heading_action="Edit",
)