Add (you)
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user