Remove WIP alert

This commit is contained in:
leigh-mil 2018-10-15 14:29:27 -04:00
parent 424bacbf1e
commit 3040115162

View File

@ -5,10 +5,6 @@
{% 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" %}