Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[Form] Clarify the individual field customization section
  • Loading branch information
vicb committed Jun 8, 2011
commit 06b48edab7a41187d8380f332154c38bee4834df
4 changes: 2 additions & 2 deletions cookbook/form/twig_form_customization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ So far, you've seen the different ways you can customize the widget output
of all text field types. You can also customize individual fields. For example,
suppose you have two ``text`` fields - ``first_name`` and ``last_name`` - but
you only want to customize one of the fields. This can be accomplished by
customizing a block whose name is a combination of the field name and which
part of the field is being customized. For example:
customizing a block whose name is a combination of the field id attribute and
which part of the field is being customized. For example:

.. code-block:: html+jinja

Expand Down