]> Raphaël G. Git Repositories - airbundle/commitdiff
Add slug field
authorRaphaël Gertz <git@rapsys.eu>
Sat, 28 Aug 2021 08:18:24 +0000 (10:18 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sat, 28 Aug 2021 08:18:24 +0000 (10:18 +0200)
Resources/views/form/edit.html.twig

index 8540c46ab4ea6e0f0f32163cd526a0170e658b2c..e8e0adfa250cd5076c689555753b152397a5c11a 100644 (file)
                                        {{ 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 %}