Change comment feed size back
This commit is contained in:
parent
bf5514032b
commit
1439dd12c8
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue