Skip to content
Snippets Groups Projects
Commit e4859c8c authored by Lucas Brandstaetter's avatar Lucas Brandstaetter
Browse files

Fix bo project view

parent 37c8e966
Branches
Tags v6.07
No related merge requests found
...@@ -24,6 +24,7 @@ class ProjectListView(ConferenceLoginRequiredMixin, FilteredListView): ...@@ -24,6 +24,7 @@ class ProjectListView(ConferenceLoginRequiredMixin, FilteredListView):
model = Project model = Project
template_name = 'backoffice/project/list.html' template_name = 'backoffice/project/list.html'
context_object_name = 'projects' context_object_name = 'projects'
paginate_by = 'all'
filters = {} filters = {}
def get_queryset(self): def get_queryset(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment