X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/1a7aac267c075fb1715fadbe0d51173a18c694c6..bb162add310df93dd0847ffca0cbd9fd31278cbb:/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 %}