From e867dbc82fab920a445ea1a3065e115b223f60f5 Mon Sep 17 00:00:00 2001 From: luis cielak Date: Thu, 13 Sep 2018 09:16:41 -0400 Subject: [PATCH] Remove legacy warning message --- templates/workspaces/projects/edit.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/workspaces/projects/edit.html b/templates/workspaces/projects/edit.html index 0a504091..11bc064e 100644 --- a/templates/workspaces/projects/edit.html +++ b/templates/workspaces/projects/edit.html @@ -5,12 +5,6 @@ {% block workspace_content %} -{{ Alert( - "UI Mock", - message="

Please note, this screen is a non-functional UI mockup.

", - level="warning" -) }} - {% set modalName = "updateProjectConfirmation" %} {% include "fragments/edit_project_form.html" %}