From: Raphaƫl Gertz Date: Sat, 28 Aug 2021 08:18:24 +0000 (+0200) Subject: Add slug field X-Git-Tag: 0.2.0~28 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/e796ba0bd46dece171e8861669f7e2f116b84c40 Add slug field --- 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 %}