diff --git a/templates/organization/users-table.html b/templates/organization/users-table.html index 873e985..0f59bdc 100644 --- a/templates/organization/users-table.html +++ b/templates/organization/users-table.html @@ -1,13 +1,13 @@ {% extends "user/users-table.html" %} {% block before_point_head %} - {% if is_admin %} + {% if can_edit %} {% endif %} {% endblock %} {% block before_point %} - {% if is_admin %} + {% if can_edit %}
{% csrf_token %} diff --git a/templates/organization/users.html b/templates/organization/users.html index ab383a3..f681f15 100644 --- a/templates/organization/users.html +++ b/templates/organization/users.html @@ -17,7 +17,7 @@ } - {% if is_admin %} + {% if can_edit %}