From 0dd9ab96847abff23fb1088f208cea29f00ab42d Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Tue, 23 Oct 2018 11:01:01 -0400 Subject: [PATCH] Move Enviroment error message div to New Project form --- templates/fragments/edit_project_form.html | 6 ------ templates/workspaces/projects/new.html | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) 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