Increase comment feed pagesize

This commit is contained in:
cuom1999 2023-02-20 17:56:05 -06:00
parent 4c4cee1a05
commit 227946db8c

View file

@ -156,7 +156,7 @@ class TicketFeed(HomeFeedView):
class CommentFeed(HomeFeedView):
model = Comment
context_object_name = "comments"
paginate_by = 8
paginate_by = 15
feed_content_template_name = "comments/feed.html"
def get_queryset(self):