diff --git a/templates/group.html b/templates/group.html
index deb35ce..040a58a 100644
--- a/templates/group.html
+++ b/templates/group.html
@@ -8,7 +8,7 @@
{% for set in group.sets.all %}
{{ set.name }}
{% endfor %}
- {% if group.creator == user or user.username in user.editors %}
+ {% if group.creator == user or user.username in group.editors %}