Skip to content

Commit 9d134d4

Browse files
committed
fix submit page error 2
1 parent c1a053f commit 9d134d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/team/submit.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<button type="submit" class="btn-success btn"><i class="fas fa-cloud-upload-alt"></i> Submit
2424
</button>
2525
</div>
26-
{{ form_end(form) }}
26+
{{ form_end(formupload) }}
2727

2828
{% endif %}
2929
{% endif %}

0 commit comments

Comments
 (0)