Decrease problem feed page to 20

This commit is contained in:
cuom1999 2022-04-15 14:34:09 -05:00
parent 7ce3bdda49
commit 6797a8523b

View file

@ -594,7 +594,7 @@ class ProblemList(QueryStringSortMixin, TitleMixin, SolvedProblemMixin, ListView
class ProblemFeed(ProblemList):
model = Problem
context_object_name = 'problems'
paginate_by = 50
paginate_by = 20
title = _('Problem feed')
feed_type = None