remove frontend role selection for new member

This commit is contained in:
dandds
2019-03-13 08:33:59 -04:00
parent 0c2ab6fb7a
commit 0eb2d4fa3c
5 changed files with 6 additions and 17 deletions

View File

@@ -22,7 +22,6 @@
{{ TextInput(form.last_name) }}
{{ 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') }}
{{ Selector(form.portfolio_role) }}
<table>
<thead>
<tr>