Fix bug
This commit is contained in:
parent
bfedef666e
commit
998182f65e
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ class OrganizationHome(OrganizationHomeView, FeedView):
|
|||
return context
|
||||
|
||||
|
||||
class OrganizationUsers(QueryStringSortMixin, OrganizationMixin, FeedView):
|
||||
class OrganizationUsers(QueryStringSortMixin, OrganizationMixin, ListView):
|
||||
template_name = "organization/users.html"
|
||||
all_sorts = frozenset(("points", "problem_count", "rating", "performance_points"))
|
||||
default_desc = all_sorts
|
||||
|
|
Loading…
Reference in a new issue