diff --git a/templates/project_edit.html.to b/templates/project_edit.html.to new file mode 100644 index 00000000..0ed30402 --- /dev/null +++ b/templates/project_edit.html.to @@ -0,0 +1,92 @@ +{% extends "base_workspace.html.to" %} +{% set project_id = "789" %} + +{% block workspace_content %} + +{% module Alert( + "UI Mock", + message="
Please note, this screen is a non-functional UI mockup.
", + level="warning" +) %} + + + +{% end %} +