Add (you)

This commit is contained in:
Montana
2019-03-18 17:07:42 -04:00
parent fc65c19306
commit f1060db200
2 changed files with 6 additions and 1 deletions

View File

@@ -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>