Explorar el Código

Merge pull request #120 from gimler/patch-2

PR fix #106
Thomas hace 13 años
padre
commit
85eaab4bbb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Resources/doc/reference/profile_edition.rst

+ 1 - 1
Resources/doc/reference/profile_edition.rst

@@ -55,7 +55,7 @@ Next, you need to configure the ``profile`` section of ``sonata_user``:
 
         profile:  # Profile Form (firstname, lastname, etc ...)
             form:
-                type:               sonata.user.profile
+                type:               sonata_user_profile
                 handler:            sonata.user.profile.form.handler.default
                 name:               sonata_user_profile_form
                 validation_groups:  [Profile]