Change comment feed size back

This commit is contained in:
cuom1999 2024-04-26 20:40:49 -05:00
parent bf5514032b
commit 1439dd12c8

View file

@ -155,7 +155,7 @@ class TicketFeed(HomeFeedView):
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):