X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/aa1e2891e1637ee3b4c34aa1ae91d9875eff8ac4..69a64a58dd54f3bb9479b72d32c3da7b924b7875:/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 %}