Skip to content

Commit 91951b4

Browse files
committed
Make sure more teams are visible
Needs a more proper fix
1 parent b751bd9 commit 91951b4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pretalx/orga/views/organiser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class TeamView(OrgaCRUDView):
4141
url_name = "organiser.teams"
4242
context_object_name = "team"
4343
permission_required = "event.update_team"
44+
paginate_by = 200 # show all teams
4445

4546
def get_queryset(self):
4647
return self.request.organiser.teams.all().order_by("-all_events", "-id")

0 commit comments

Comments
 (0)