Use application_role.id to reference users in team page forms.

Membership in a resource should be decoupled from the users table.
This commit is contained in:
dandds
2019-05-23 09:51:25 -04:00
parent da6ac57812
commit a332d1432e
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 %}