diff --git a/templates/groups/group_list.html b/templates/groups/group_list.html
index 3c8b3b3..a5bb8f2 100644
--- a/templates/groups/group_list.html
+++ b/templates/groups/group_list.html
@@ -14,7 +14,7 @@
{% if status %}{{ status }}{% endif %} |
{% ifequal status None %}{% if requestable %}Request Membership{% endif %}{% endifequal %}
{% if not fixed and status %}Leave {% endif %}
- {% if status == 'Admin' or request.user.is_superuser %}Admin{% endif %} |
+ {% if status == 'Admin' or request.user.is_superuser %}{% if not fixed %}Admin{% endif %}{% endif %}
{% endfor %}