diff --git a/apps/common/templates/generic_form.html b/apps/common/templates/generic_form.html index 365901bbfe..ba6afd3efb 100644 --- a/apps/common/templates/generic_form.html +++ b/apps/common/templates/generic_form.html @@ -25,6 +25,7 @@ {% with subtemplate.object as object %} {% with subtemplate.object_name as object_name %} {% with subtemplate.form_action as form_action %} + {% with subtemplate.submit_label as submit_label %} {% with subtemplate.form as form %} {% with subtemplate.content as content %} @@ -42,6 +43,7 @@ {% endwith %} {% endwith %} {% endwith %} + {% endwith %} {% endwith %} @@ -73,6 +75,7 @@ {% with form.title as title %} {% with form.object as object %} {% with form.object_name as object_name %} + {% with form.submit_label as submit_label %} {% with form.form_action as form_action %}