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

+
+ +
+ + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ +
+ + Add User + + + {{ Icon('x') }} + Cancel + +
+ + +
+ + + + +{% 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" }