adding error annoucement

This commit is contained in:
Beverly Nguyen
2024-12-12 23:08:25 -08:00
parent 17f758bace
commit b731cd62bb
4 changed files with 19 additions and 4 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",
)