Use portfolio_role_id in delete member url instead of user_id

This commit is contained in:
leigh-mil
2019-05-29 10:38:55 -04:00
parent 96ae1bba9d
commit 7e8407ba1d
4 changed files with 48 additions and 36 deletions

View File

@@ -1,3 +1,5 @@
{% from "components/alert.html" import Alert %}
{% from "components/modal.html" import Modal %}
{% from "components/options_input.html" import OptionsInput %}
{% for subform in member_perms_form.members_permissions %}
@@ -29,6 +31,7 @@
{{ "portfolios.members.archive_button" | translate }}
</a>
</td>
{% if not ppoc %}
{{ subform.member_id() }}
{% endif %}