How can I override the layout of the registration form
Currently the form is
-username
-email
-password
-verification
I want the override the layout of this form, lets say, two questions per row
-username -email
additional text
-password -verification
I understand how to write the views (twigs) register.html.twig calls register_content.html.twig which uses;
{{ form_widget(form) }}
how do i override the
{{ form_widget(form) }}
?