mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
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:
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user