Add a warning on edit project page

This commit is contained in:
Montana 2018-09-26 11:21:29 -04:00 committed by dandds
parent 066ade7f52
commit 927741eb73

View File

@ -5,6 +5,10 @@
{% block workspace_content %} {% 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" %} {% set modalName = "updateProjectConfirmation" %}
{% include "fragments/edit_project_form.html" %} {% include "fragments/edit_project_form.html" %}