mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
adding error annoucement
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