You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a separate template to set theming of forms , it works good in all forms in the website but it doesn't work with the forms inside the templates rendered by pugxmultiuserbundle
template: {% form_theme form ':Frontend/form:fields.html.twig' %}
`
I have created a test action and I have rendred etudiant.form.html.twig with the form theming and it works good , but as I have said above , if it is rendred by pugxmultiuserbundle the theme doesn't work
I'm using a separate template to set theming of forms , it works good in all forms in the website but it doesn't work with the forms inside the templates rendered by pugxmultiuserbundle
template:
{% form_theme form ':Frontend/form:fields.html.twig' %}
`
config
`
pugx_multi_user:
`
I have created a test action and I have rendred etudiant.form.html.twig with the form theming and it works good , but as I have said above , if it is rendred by pugxmultiuserbundle the theme doesn't work
https://stackoverflow.com/questions/38187278/form-theming-doesnt-work-witn-pugxmultiuserbundle
The text was updated successfully, but these errors were encountered: