Skip to content

Commit 2d1b7ef

Browse files
authored
Update RegistrationForm.html.twig
Use {{ form_end(form) }} instead of </form>
1 parent d4df614 commit 2d1b7ef

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)