X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/4b91982c19fb2d26e7113959833623fe4aa4a05b..e9d78c5c0de82771af3b017c7c778124995ee683:/Resources/views/form/_toolbox.html.twig diff --git a/Resources/views/form/_toolbox.html.twig b/Resources/views/form/_toolbox.html.twig index 14e9593..7009caa 100644 --- a/Resources/views/form/_toolbox.html.twig +++ b/Resources/views/form/_toolbox.html.twig @@ -16,6 +16,9 @@ {% if forms.session is defined %} {{ include('@RapsysAir/form/_session.html.twig') }} {% endif %} + {% if forms.user is defined %} + {{ include('@RapsysAir/form/_user.html.twig') }} + {% endif %} {% endif %} {% endif %}