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

@ -945,6 +945,7 @@ class ProblemFeed(ProblemList, PageVoteListView):
context["feed_type"] = self.feed_type
context["has_show_editorial_option"] = False
context["has_have_editorial_option"] = False
context = self.add_pagevote_context_data(context)
return context