X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/3189aff4a7dc0517e3c321e1b57e84640e4c93f5..004655a149ac34413e394055fb5d81fc031a723d:/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 %}