Skip to content

Commit 2c18a72

Browse files
committed
Close form before starting the other one.
We never closed the first form (when there are no files) as we enter the first branch but the second branch had the closing tag for the form. Solved by moving that tag outside of the branches.
1 parent 4fb25aa commit 2c18a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/jury/executable.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
{{ form_widget(form) }}
136136
</div>
137137
</div>
138-
{{ form_end(form) }}
139138
{% endif %}
139+
{{ form_end(form) }}
140140

141141
{% if is_granted('ROLE_ADMIN') %}
142142
<hr>

0 commit comments

Comments
 (0)