Merge branch 'master' of https://github.com/LQDJudge/online-judge into pagevote

This commit is contained in:
Zhao-Linux 2022-11-18 02:17:56 +07:00
commit 8108967959
5 changed files with 35 additions and 13 deletions

View file

@ -947,6 +947,7 @@ class ProblemFeed(ProblemList, PageVoteListView, BookMarkListView):
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