]> Raphaël G. Git Repositories - airbundle/commitdiff
Add phone field
authorRaphaël Gertz <git@rapsys.eu>
Thu, 14 Nov 2019 22:57:27 +0000 (23:57 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 14 Nov 2019 22:58:23 +0000 (23:58 +0100)
Resources/views/form/register.html.twig

index ca69b5e67c8044ee585f65f0c2c2516661819be3..59346f7e90e4cb5b55f3e036ad5d443e6d07c081 100644 (file)
@@ -26,6 +26,8 @@
                                                {{ form_row(form.surname) }}
 
                                                {{ form_row(form.pseudonym) }}
+
+                                               {{ form_row(form.phone) }}
                                        </section>
 
                                        {{ form_row(form.submit) }}