Increase comment feed pagesize
This commit is contained in:
parent
4c4cee1a05
commit
227946db8c
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class TicketFeed(HomeFeedView):
|
||||||
class CommentFeed(HomeFeedView):
|
class CommentFeed(HomeFeedView):
|
||||||
model = Comment
|
model = Comment
|
||||||
context_object_name = "comments"
|
context_object_name = "comments"
|
||||||
paginate_by = 8
|
paginate_by = 15
|
||||||
feed_content_template_name = "comments/feed.html"
|
feed_content_template_name = "comments/feed.html"
|
||||||
|
|
||||||
def get_queryset(self):
|
def get_queryset(self):
|
||||||
|
|
Loading…
Reference in a new issue