From a40a678c227b898c25696c4968650bf1b3d10a1e Mon Sep 17 00:00:00 2001 From: luis cielak Date: Fri, 24 Aug 2018 11:34:20 -0400 Subject: [PATCH] Add placeholder fields for new member dialog --- templates/member_new.html | 80 +++++++++++++++++++ .../navigation/workspace_navigation.html | 2 +- 2 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 templates/member_new.html diff --git a/templates/member_new.html b/templates/member_new.html new file mode 100644 index 00000000..90fa95f1 --- /dev/null +++ b/templates/member_new.html @@ -0,0 +1,80 @@ +{% extends "base.html" %} + +{% from "components/icon.html" import Icon %} + +{% block content %} + +
+ +
+ +
+

New Request

+

Account Details

+
+ +
+ + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ + + + +
+ + + + +{% endblock %} \ No newline at end of file diff --git a/templates/navigation/workspace_navigation.html b/templates/navigation/workspace_navigation.html index 6dfa4f09..728ff8d5 100644 --- a/templates/navigation/workspace_navigation.html +++ b/templates/navigation/workspace_navigation.html @@ -23,7 +23,7 @@ subnav=[ { "label": "Add New Member", - "href": "", + "href": "/member_new", "active": g.matchesPath('/workspaces/members/new'), "icon": "plus" }