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 use twig in Symfony 2.6.5. I created a FormType and set in public function getName(){ return "time" }
and get next error when render form(form):
Variable "widget" does not exist in form_div_layout.html.twig at line 123
I use twig in Symfony 2.6.5. I created a FormType and set in public function getName(){ return "time" }
and get next error when render form(form):
Variable "widget" does not exist in form_div_layout.html.twig at line 123
If i use any other name this problem resolve.
The text was updated successfully, but these errors were encountered: