]> Raphaël G. Git Repositories - airbundle/commitdiff
Remove donate and site fields
authorRaphaël Gertz <git@rapsys.eu>
Wed, 24 Feb 2021 00:39:01 +0000 (01:39 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 24 Feb 2021 00:39:01 +0000 (01:39 +0100)
Rename title in civility

Resources/views/form/register.html.twig

index d50c5d0142b20c3904e6b75c6806c06919d1e755..3c419fe2e85e8ed2a837d51db11c6adfe9e3b5f9 100644 (file)
@@ -14,7 +14,7 @@
 
                                        {{ form_row(form.password.second) }}
 
-                                       {{ form_row(form.title) }}
+                                       {{ form_row(form.civility) }}
 
                                        {{ form_row(form.forename) }}
 
 
                                        {{ form_row(form.phone) }}
 
-                                       {{ form_row(form.donation) }}
-
-                                       {{ form_row(form.site) }}
-
                                        {{ form_row(form.submit) }}
                                </div>