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

Add a new project

+
+ +
+
+ + +
+ +
+ + +
+
+
+ +
+
+

Project Environments

+
+ + {# All instances of .usa-input groups here should be replaced with {% module TextInput(wtforms.fields.Field) %} #} + + + + +
+ +
+ Save Project + + {% module Icon('x') %} + Cancel + +
+
+ +{% end %} +