Remove legacy warning message

This commit is contained in:
luis cielak 2018-09-13 09:16:41 -04:00 committed by luisgov
parent 47bfcfe68c
commit e867dbc82f

View File

@ -5,12 +5,6 @@
{% block workspace_content %} {% block workspace_content %}
{{ Alert(
"UI Mock",
message="<p>Please note, this screen is a non-functional UI mockup.</p>",
level="warning"
) }}
{% set modalName = "updateProjectConfirmation" %} {% set modalName = "updateProjectConfirmation" %}
{% include "fragments/edit_project_form.html" %} {% include "fragments/edit_project_form.html" %}