diff --git a/pagure/templates/group_info.html b/pagure/templates/group_info.html index 075f128..8225913 100644 --- a/pagure/templates/group_info.html +++ b/pagure/templates/group_info.html @@ -73,7 +73,7 @@ {{ user.user | avatar(32) | safe }} {{ user.fullname }} ({{ user.user }}) - {% if user != group.creator %} + {% if authenticated and user != group.creator and member %}