Skip to content

Commit

Permalink
fix clashing pagination on projectlistview
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Feb 13, 2025
1 parent b7eda8f commit cbd9ec2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coldfront/core/project/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ def get_context_data(self, **kwargs):

class ProjectArchivedListView(ProjectListView):
template_name = 'project/project_archived_list.html'
paginate_by = 10

def get_queryset(self):
projects = Project.objects.prefetch_related('pi', 'status').filter(
Expand Down

0 comments on commit cbd9ec2

Please sign in to comment.