Fix contest rescore bug
This commit is contained in:
parent
3d67fb274e
commit
18d23c771a
9 changed files with 42 additions and 58 deletions
|
@ -1039,7 +1039,7 @@ class EditOrganizationContest(
|
|||
self.object.is_organization_private = True
|
||||
self.object.save()
|
||||
|
||||
maybe_trigger_contest_rescore(form, self.object)
|
||||
maybe_trigger_contest_rescore(form, self.object, True)
|
||||
|
||||
return res
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue