From 9d918b86f1e942fb666556413a6a072c0c869ab2 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Mon, 30 Jul 2018 11:18:08 -0400 Subject: [PATCH] Mock project-edit screen --- templates/project_edit.html.to | 92 ++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 templates/project_edit.html.to 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) %} #} + +
    +
  • +
    + + +
    + +
  • + +
  • +
    + + +
    + +
  • + +
  • +
    + + +
    + +
  • + +
+ + +
+ + +
+ +{% end %} +