Skip to content
Snippets Groups Projects
Commit 4c97b822 authored by grollicus's avatar grollicus
Browse files

Merge branch 'fix/backoffice-project-view' into 'develop'

Fix bo project view

See merge request !960
parents 37c8e966 e4859c8c
Branches
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ class ProjectListView(ConferenceLoginRequiredMixin, FilteredListView):
model = Project
template_name = 'backoffice/project/list.html'
context_object_name = 'projects'
paginate_by = 'all'
filters = {}
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