Fix scat bug

This commit is contained in:
cuom1999 2023-03-26 03:00:05 -05:00
parent ef813f5dbe
commit 90ea6a7844
2 changed files with 7 additions and 2 deletions

View file

@ -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 (