Merge pull request #843 from dod-ccpo/app-team-role-id

Use application_role.id to reference users in team page forms.
This commit is contained in:
dandds
2019-05-23 11:14:33 -04:00
committed by GitHub
6 changed files with 39 additions and 27 deletions

View File

@@ -92,7 +92,7 @@
{% endif %}
</div>
{% endcall %}
{{ member_form.user_id() }}
{{ member_form.role_id() }}
</li>
</toggler>
{% endfor %}