Add actionbar for group homepage
This commit is contained in:
parent
36511d1a13
commit
56982806e4
5 changed files with 35 additions and 13 deletions
|
@ -127,6 +127,7 @@ class PostList(FeedView, PageVoteListView):
|
|||
.annotate(count=Count("page"))
|
||||
.order_by()
|
||||
}
|
||||
context = self.add_pagevote_context_data(context)
|
||||
|
||||
return context
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue