Fix show types bug for problem feed

This commit is contained in:
cuom1999 2023-05-31 16:04:47 +07:00
parent 9070036978
commit 8cfc58ad91

View file

@ -946,6 +946,7 @@ class ProblemFeed(ProblemList, FeedView):
return {
"completed_problem_ids": self.get_completed_problems(),
"attempted_problems": self.get_attempted_problems(),
"show_types": self.show_types,
}
def get_context_data(self, **kwargs):