Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Jun 6, 2017
1 parent d03064f commit 0322342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartmin/users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def get_queryset(self, **kwargs):
if group_id:
queryset = queryset.filter(groups=group_id)

# gnore superusers and staff users
# ignore superusers and staff users
return queryset.exclude(is_staff=True).exclude(is_superuser=True).exclude(password=None)

def get_name(self, obj):
Expand Down

0 comments on commit 0322342

Please sign in to comment.