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