From 3040115162639b07b22b91cc7d5c933e015c55d2 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Mon, 15 Oct 2018 14:29:27 -0400 Subject: [PATCH] Remove WIP alert --- templates/workspaces/projects/edit.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/workspaces/projects/edit.html b/templates/workspaces/projects/edit.html index 1fa3bc20..11bc064e 100644 --- a/templates/workspaces/projects/edit.html +++ b/templates/workspaces/projects/edit.html @@ -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" %}