Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information