Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b97f99

Browse filesBrowse files
committed
Fixing bad formatting
1 parent db1ad46 commit 0b97f99
Copy full SHA for 0b97f99

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/form/simple_signup_form_with_mongodb.rst

Copy file name to clipboardExpand all lines: cookbook/form/simple_signup_form_with_mongodb.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ Embedding the User form into a Registration Form
127127
------------------------------------------------
128128

129129
The form that you'll use for the registration page is not the same as the
130-
form for used to simply modify the ``User`` (i.e. ``UserType). The registration
130+
form for used to simply modify the ``User`` (i.e. ``UserType``). The registration
131131
form will contain further fields like "accept the terms", whose value is
132132
won't be stored into database.
133133

134134
In other words, create a second form for registration, which embeds the ``User``
135135
form and adds the extra field needed. Start by creating a simple class which
136-
represents the "registration"
136+
represents the "registration"::
137137

138138
// src/Acme/AccountBundle/Form/Registration.php
139139
namespace Acme\AccountBundle\Form;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.