Skip to content

Commit c1a053f

Browse files
committed
fix Submit page error
1 parent ef62bc0 commit c1a053f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

webapp/templates/team/submit.html.twig

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
</div>
1515
{% else %}
1616

17-
{{ form_start(form) }}
18-
{{ form_row(form.code) }}
19-
{{ form_row(form.problem) }}
20-
{{ form_row(form.language) }}
21-
{{ form_row(form.entry_point) }}
17+
{{ form_start(formupload) }}
18+
{{ form_row(formupload.code) }}
19+
{{ form_row(formupload.problem) }}
20+
{{ form_row(formupload.language) }}
21+
{{ form_row(formupload.entry_point) }}
2222
<div class="mb-3">
2323
<button type="submit" class="btn-success btn"><i class="fas fa-cloud-upload-alt"></i> Submit
2424
</button>

0 commit comments

Comments
 (0)