Commit af19732
authored
Use form_end instead of closing HTML tag by hand (#617)
* Now properly closing authorization form
Now using `form_end` instead of closing directly the HTML tag.
* Removed extraneous form_rest call
The form_end function already calls form_rest.
See https://symfony.com/doc/current/form/form_customization.html#form-end-form-view-variables for more informations.1 parent f2e06b8 commit af19732
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
0 commit comments