Removed edit permissions on the org users page.

Remove a user from organisation can be done later.
This commit is contained in:
Rebecca Law
2018-02-23 17:27:28 +00:00
parent 8f5b6491f3
commit 803c195947
3 changed files with 2 additions and 7 deletions

View File

@@ -55,8 +55,6 @@
<li class="tick-cross-list-edit-link">
{% if user.status == 'pending' %}
<a href="{{ url_for('.cancel_invited_org_user', org_id=current_org.id, invited_user_id=user.id)}}">Cancel invitation</a>
{% elif user.state == 'active' and current_user.id != user.id %}
<a href="{{ url_for('.edit_user_org_permissions', org_id=current_org.id, user_id=user.id)}}">Edit permissions</a>
{% endif %}
</li>
</ul>