diff --git a/pagure/templates/group_info.html b/pagure/templates/group_info.html index aeb39a4..9c66fcc 100644 --- a/pagure/templates/group_info.html +++ b/pagure/templates/group_info.html @@ -50,7 +50,7 @@

Members

-{% if authenticated and group.group_name in g.fas_user.groups %} +{% if authenticated and (member or admin) %}

Add an user to this group