Skip to content

Commit

Permalink
Merge pull request #4462 from gitcoinco/fix/org-filter
Browse files Browse the repository at this point in the history
fix org filters
  • Loading branch information
thelostone-mc authored May 22, 2019
2 parents a4b2fb2 + 0629b0b commit 211979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ def users_fetch(request):
fulfilled__bounty__network=network,
fulfilled__bounty__accepted=True,
fulfilled__bounty__github_url__icontains=organisation
)
).distinct()

params = dict()
all_pages = Paginator(user_list, limit)
Expand Down

0 comments on commit 211979d

Please sign in to comment.