Skip to content

Commit

Permalink
fix submit page error 2
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 4, 2024
1 parent c1a053f commit 9d134d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/templates/team/submit.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<button type="submit" class="btn-success btn"><i class="fas fa-cloud-upload-alt"></i> Submit
</button>
</div>
{{ form_end(form) }}
{{ form_end(formupload) }}

{% endif %}
{% endif %}
Expand Down

0 comments on commit 9d134d4

Please sign in to comment.