Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dernier fixes pour la 0.8 #48

Merged
merged 9 commits into from
Aug 24, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Supprime la pagination pour les listes d'intervenants et de moniteurs
  • Loading branch information
OdyX committed Aug 24, 2017
commit 95e23bce3322a193e3fb903fe5ce1bcee7f7ade0
2 changes: 1 addition & 1 deletion apps/user/views/standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class Meta:
]


class UserList(HasPermissionsMixin, ProfileMixin, PaginatorMixin,
class UserList(HasPermissionsMixin, ProfileMixin,
FilterMixin, FilterView):
required_permission = 'user_view_list'
filterset_class = UserProfileFilterSet
Expand Down