Fix best submission page bug
This commit is contained in:
parent
e832391621
commit
1f86b3fc07
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ __all__ = ["RankedSubmissions", "ContestRankedSubmission"]
|
|||
|
||||
class RankedSubmissions(ProblemSubmissions):
|
||||
tab = "best_submissions_list"
|
||||
page_type = "best_submissions_list"
|
||||
dynamic_update = False
|
||||
|
||||
def get_queryset(self):
|
||||
|
|
Loading…
Reference in a new issue