Revert "Send Message A11Y Audit - Unique IDs and also refactor error message on templates page"

This commit is contained in:
Beverly Nguyen
2025-01-21 22:20:44 -08:00
committed by GitHub
parent 56af19637e
commit 084a5e37fc
10 changed files with 24 additions and 28 deletions

View File

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