Closed csvan closed 10 years ago
Using the first will not work, as the actual templates are in a sub-directory (UserSys).
Did you extend a template from the RollerworksMultiUserBundle? or did you extend your own layout file.
https://github.com/rollerworks/RollerworksMultiUserBundle/blob/master/docs/overriding_templates.md
Attempting to override the Registration template (have not tried others as of yet) fails under either of these configurations:
Case 2 above does work, however, if you manually call {{ form(form) }}, either inside or outside the fos_user_content block.