diff --git a/apps/users/templates/users/user_detail.html b/apps/users/templates/users/user_detail.html index 8e049938c..f8cc0e1d4 100644 --- a/apps/users/templates/users/user_detail.html +++ b/apps/users/templates/users/user_detail.html @@ -212,7 +212,7 @@ - {% if user_object.is_current_org_admin %} + {% if request.user.can_admin_current_org and not user_object.can_audit_current_org%}