Decrease problem feed page to 20
This commit is contained in:
parent
7ce3bdda49
commit
6797a8523b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue