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