Commit c4e13f1
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.twigFile tree
1 file changed
+1
-1
lines changed- ux.symfony.com/templates/components
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
0 commit comments