Fix missing arg
This commit is contained in:
parent
0406dea2a2
commit
bb891e5b49
1 changed files with 3 additions and 1 deletions
|
@ -1057,7 +1057,9 @@ def make_contest_ranking_profile(
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def base_contest_ranking_list(contest, problems, queryset, show_final=False):
|
def base_contest_ranking_list(
|
||||||
|
contest, problems, queryset, show_final=False, extra_participation=None
|
||||||
|
):
|
||||||
participation_fields = [
|
participation_fields = [
|
||||||
field.name
|
field.name
|
||||||
for field in ContestParticipation._meta.get_fields()
|
for field in ContestParticipation._meta.get_fields()
|
||||||
|
|
Loading…
Reference in a new issue