Skip to content

Commit

Permalink
Change comment feed size back
Browse files Browse the repository at this point in the history
  • Loading branch information
cuom1999 committed Apr 27, 2024
1 parent bf55140 commit 1439dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge/views/blog.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def get_context_data(self, **kwargs):
class CommentFeed(HomeFeedView):
model = Comment
context_object_name = "comments"
paginate_by = 10
paginate_by = 15
feed_content_template_name = "comments/feed.html"

def get_queryset(self):
Expand Down

0 comments on commit 1439dd1

Please sign in to comment.