Fix scat bug
This commit is contained in:
parent
ef813f5dbe
commit
90ea6a7844
2 changed files with 7 additions and 2 deletions
|
@ -1044,6 +1044,7 @@ def problem_submit(request, problem, submission=None):
|
|||
judge_choices=judge_choices,
|
||||
instance=Submission(user=profile, problem=problem),
|
||||
request=request,
|
||||
problem=problem,
|
||||
)
|
||||
if form.is_valid():
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue