diff --git a/templates/workspace_project_new.html b/templates/workspace_project_new.html index d06b8270..71daf9cc 100644 --- a/templates/workspace_project_new.html +++ b/templates/workspace_project_new.html @@ -52,11 +52,9 @@ {% if form.environment_names.errors %} - {% call Alert("Missing Environments", level="error") %} - {% for error in form.environment_names.errors %} -
{{ error }}
- {% endfor %} - {% endcall %} + {% for error in form.environment_names.errors %} + {{ Alert(error, level="error") }} + {% endfor %} {% endif %}