From 2daad4d057b590fafb42701c1ec38b7ceb68e05e Mon Sep 17 00:00:00 2001 From: richard-dds Date: Thu, 23 Aug 2018 10:33:40 -0400 Subject: [PATCH] Styling new project form --- templates/workspace_project_new.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/templates/workspace_project_new.html b/templates/workspace_project_new.html index 877729fb..a46c5191 100644 --- a/templates/workspace_project_new.html +++ b/templates/workspace_project_new.html @@ -34,14 +34,22 @@ - {{ form.environment_names.errors }} + {% for error in form.environment_names.errors %} + {{ error }} + {% endfor %} +