From 4bd42a7bc05526eaa4416384dee9146fe74aa741 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Tue, 23 Oct 2018 10:58:50 -0400 Subject: [PATCH] Remove v-on:submit attribute since form is no longer hooked into Vue --- templates/workspaces/projects/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/workspaces/projects/edit.html b/templates/workspaces/projects/edit.html index bff46ae6..c9785f2d 100644 --- a/templates/workspaces/projects/edit.html +++ b/templates/workspaces/projects/edit.html @@ -4,7 +4,7 @@ {% block workspace_content %} -
+ {% include "fragments/edit_project_form.html" %}