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" %}