Skip to content

Commit

Permalink
idem -- s/post/posts (social)
Browse files Browse the repository at this point in the history
  • Loading branch information
LGD-Fr committed Aug 21, 2015
1 parent b4cefc4 commit e13ced1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def dispatch(self, *args, **kwargs):

def get_queryset(self):
qs = super(GroupMembersView, self).get_queryset()
qs = qs.filter(post__bureau__group=self.group)
qs = qs.filter(posts__bureau__group=self.group)
return qs

def get_context_data(self):
Expand Down

0 comments on commit e13ced1

Please sign in to comment.