We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef62bc0 commit c1a053fCopy full SHA for c1a053f
webapp/templates/team/submit.html.twig
@@ -14,11 +14,11 @@
14
</div>
15
{% else %}
16
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) }}
+ {{ form_start(formupload) }}
+ {{ form_row(formupload.code) }}
+ {{ form_row(formupload.problem) }}
+ {{ form_row(formupload.language) }}
+ {{ form_row(formupload.entry_point) }}
22
<div class="mb-3">
23
<button type="submit" class="btn-success btn"><i class="fas fa-cloud-upload-alt"></i> Submit
24
</button>
0 commit comments