We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c454fd2 commit 11c1047Copy full SHA for 11c1047
best_practices/forms.rst
@@ -165,8 +165,9 @@ fields:
165
166
If you need more control over how your fields are rendered, then you should
167
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.
+See the :doc:`/cookbook/form/form_customization` article for more information
+on this and how you can control *how* the form renders at a global level
170
+using form theming.
171
172
Handling Form Submits
173
---------------------
0 commit comments