X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/0f18160299c673132074eee028aff4d587290ca5..0f6e0b65f14d1d417c41de11f0056ac7edc926e1:/Resources/views/form/edit.html.twig?ds=inline 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 %}