diff --git a/templates/member_edit.html b/templates/member_edit.html new file mode 100644 index 00000000..777cc6c4 --- /dev/null +++ b/templates/member_edit.html @@ -0,0 +1,98 @@ +{% extends "base.html" %} + +{% from "components/alert.html" import Alert %} +{% from "components/icon.html" import Icon %} + +{% block content %} + + +{{ Alert('A Success Alert', + message="

Congratulations! You did a thing.

", + level='success' +) }} + + +
+
+

Danny Knight

+
Workspace Role
Billing Auditor
+
+
+
+
+
DOD ID:
+
789
+
+
+
Email:
+
knight@mil.gov
+
+
+ edit account details +
+
+ + + + +
+
+

{{ Icon('arrow-down') }}Code.mil

+ revoke all access +
+ +
+ +
+
+

{{ Icon('arrow-right') }} Digital Dojo

+ no access +
+
+ +
+ + {% if is_new_member %}Create{% else %}Save{% endif %} + + + {{ Icon('x') }} + Cancel + +
+ + + +{% endblock %} \ No newline at end of file