Skip to content

Commit c4e13f1

Browse files
committed
minor #1746 [Site] Update RegistrationForm.html.twig use form_end instead of html form (daifma)
This PR was merged into the 2.x branch. Discussion ---------- [Site] Update RegistrationForm.html.twig use form_end instead of html form | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | n/a | License | MIT - Use `{{ form_end(form) }}` instead of `</form>` Commits ------- 2d1b7ef Update RegistrationForm.html.twig
2 parents 71861f0 + 2d1b7ef commit c4e13f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/templates/components/RegistrationForm.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
>Register</button>
2222

2323
{{ form_rest(form) }}
24-
</form>
24+
{{ form_end(form) }}
2525
{% endif %}
2626
</div>

0 commit comments

Comments
 (0)