Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c14a98c
)
Add user edit form
author
Raphaël Gertz
<git@rapsys.eu>
Sat, 8 May 2021 02:59:19 +0000
(
04:59
+0200)
committer
Raphaël Gertz
<git@rapsys.eu>
Sat, 8 May 2021 02:59:19 +0000
(
04:59
+0200)
Resources/views/form/_toolbox.html.twig
patch
|
blob
|
history
diff --git
a/Resources/views/form/_toolbox.html.twig
b/Resources/views/form/_toolbox.html.twig
index 14e9593a55589819589c46cdb7379ebe2491932b..7009caae808ce9cb7e2333c24b63d1effed08689 100644
(file)
--- 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 %}
</aside>
{% endif %}
{% endif %}