From b6b03e73bcf6acf0a623ed3d9d098422515daa46 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 3 Oct 2018 09:56:50 -0400 Subject: [PATCH] handle submission by the form's on-submit --- templates/fragments/edit_project_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/fragments/edit_project_form.html b/templates/fragments/edit_project_form.html index e6b4977e..f821d0b2 100644 --- a/templates/fragments/edit_project_form.html +++ b/templates/fragments/edit_project_form.html @@ -9,7 +9,7 @@ {% set action_text = 'Create' if new_project else 'Update' %} {% set title_text = 'Add a new project' if new_project else 'Edit {} project'.format(project.name) %} -
+ {% call Modal(name=modalName, dismissable=False) %}

{{ action_text }} project !{ name }

@@ -75,7 +75,7 @@
- +