Merge pull request #343 from dod-ccpo/more-tests-for-workspaces

Add more tests for workspaces routes
This commit is contained in:
montana-mil
2018-10-01 13:23:47 -04:00
committed by GitHub
8 changed files with 165 additions and 56 deletions

View File

@@ -5,6 +5,10 @@
{% block workspace_content %}
{% if g.dev %}
{{ Alert("In Progress", message="This page is a work in progress. You won't be able to edit environments on this project just yet.", level="warning") }}
{% endif %}
{% set modalName = "updateProjectConfirmation" %}
{% include "fragments/edit_project_form.html" %}