Skip to content

Commit 12abf90

Browse files
committed
Fixed 'WARNING: unknown document: /cookbook/dynamic_form_generation'
1 parent c0fa07a commit 12abf90

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

cookbook/form/dynamic_form_modification.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,11 @@ How to Dynamically Generate Forms based on user data
161161
====================================================
162162

163163
Sometimes you want a form to be generated dynamically based not only on data
164-
from this form (see :doc:`Dynamic form generation</cookbook/dynamic_form_generation>`)
165-
but also on something else. For example depending on the user currently using
166-
the application. If you have a social website where a user can only message
167-
people who are his friends on the website, then the current user doesn't need to
168-
be included as a field of your form, but a "choice list" of whom to message
169-
should only contain users that are the current user's friends.
164+
from this form but also on something else. For example depending on the user
165+
currently using the application. If you have a social website where a user can
166+
only message people who are his friends on the website, then the current user
167+
doesn't need to be included as a field of your form, but a "choice list" of
168+
whom to message should only contain users that are the current user's friends.
170169

171170
Creating the form type
172171
----------------------

0 commit comments

Comments
 (0)