Add actionbar for group homepage

This commit is contained in:
cuom1999 2022-11-17 13:10:19 -06:00
parent 36511d1a13
commit 56982806e4
5 changed files with 35 additions and 13 deletions

View file

@ -127,6 +127,7 @@ class PostList(FeedView, PageVoteListView):
.annotate(count=Count("page"))
.order_by()
}
context = self.add_pagevote_context_data(context)
return context