use selector macro on new member screen
This commit is contained in:
parent
73889e574a
commit
5acaf2c7c2
@ -3,6 +3,7 @@
|
|||||||
{% from "components/icon.html" import Icon %}
|
{% from "components/icon.html" import Icon %}
|
||||||
{% from "components/text_input.html" import TextInput %}
|
{% from "components/text_input.html" import TextInput %}
|
||||||
{% from "components/options_input.html" import OptionsInput %}
|
{% from "components/options_input.html" import OptionsInput %}
|
||||||
|
{% from "components/selector.html" import Selector %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
@ -20,7 +21,7 @@
|
|||||||
{{ TextInput(form.last_name) }}
|
{{ TextInput(form.last_name) }}
|
||||||
{{ TextInput(form.email,placeholder='jane@mail.mil', validation='email') }}
|
{{ TextInput(form.email,placeholder='jane@mail.mil', validation='email') }}
|
||||||
{{ TextInput(form.dod_id,placeholder='10-digit number on the back of the CAC', validation='dodId') }}
|
{{ TextInput(form.dod_id,placeholder='10-digit number on the back of the CAC', validation='dodId') }}
|
||||||
{{ OptionsInput(form.workspace_role) }}
|
{{ Selector(form.workspace_role) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user