diff --git a/templates/fragments/edit_project_form.html b/templates/fragments/edit_project_form.html index 577c4908..42d5f3e7 100644 --- a/templates/fragments/edit_project_form.html +++ b/templates/fragments/edit_project_form.html @@ -17,9 +17,3 @@ {{ TextInput(form.description, paragraph=True) }} - -
{# this extra div prevents this bug: https://www.pivotaltracker.com/story/show/160768940 #} -
- {{ Alert(message=None, level="error", vue_template=True) }} -
-
diff --git a/templates/workspaces/projects/new.html b/templates/workspaces/projects/new.html index 8f71d9ad..6e6b990a 100644 --- a/templates/workspaces/projects/new.html +++ b/templates/workspaces/projects/new.html @@ -39,6 +39,12 @@ {% include "fragments/edit_project_form.html" %} +
{# this extra div prevents this bug: https://www.pivotaltracker.com/story/show/160768940 #} +
+ {{ Alert(message=None, level="error", vue_template=True) }} +
+
+

Project Environments