X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9ea61d2e082e341a554fea43e22f25f7f09bfdd1..c479536facd0d0d7bf97542b060f5ab094855458:/Resources/views/form/edit.html.twig diff --git a/Resources/views/form/edit.html.twig b/Resources/views/form/edit.html.twig index 8540c46..e8e0adf 100644 --- a/Resources/views/form/edit.html.twig +++ b/Resources/views/form/edit.html.twig @@ -25,6 +25,10 @@ {{ form_row(edit.pseudonym) }} {% endif %} + {% if edit.slug is defined %} + {{ form_row(edit.slug) }} + {% endif %} + {% if edit.phone is defined %} {{ form_row(edit.phone) }} {% endif %}