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