Add (you)
This commit is contained in:
parent
fc65c19306
commit
f1060db200
@ -35,6 +35,7 @@ def portfolio_admin(portfolio_id):
|
||||
form=form,
|
||||
portfolio=portfolio,
|
||||
audit_events=audit_events,
|
||||
user=g.current_user,
|
||||
)
|
||||
|
||||
|
||||
|
@ -26,7 +26,11 @@
|
||||
<tbody>
|
||||
{% for member in portfolio.members %}
|
||||
<tr>
|
||||
<td>{{ member.user_name }}</td>
|
||||
<td>{{ member.user_name }}
|
||||
{% if member.user == user %}
|
||||
(you)
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
{% if 'edit_application' in member.permissions %}
|
||||
<td>Edit Access</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user