Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11c1047

Browse files
committed
[#4857] Adding missing word thanks to xabbuh
1 parent c454fd2 commit 11c1047

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

best_practices/forms.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@ fields:
165165

166166
If you need more control over how your fields are rendered, then you should
167167
remove the ``form_widget(form)`` function and render your fields individually.
168-
See :doc:`/cookbook/form/form_customization` article for more information on this
169-
and how you can control *how* the form renders at a global level using form theming.
168+
See the :doc:`/cookbook/form/form_customization` article for more information
169+
on this and how you can control *how* the form renders at a global level
170+
using form theming.
170171

171172
Handling Form Submits
172173
---------------------

0 commit comments

Comments
 (0)