Skip to content

Commit 63f48cb

Browse files
committed
Minor tweak
1 parent ec8dd07 commit 63f48cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

form/bootstrap4.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ Error Messages
8383
Form errors are rendered **inside** the ``<label>`` element to make sure there
8484
is a strong connection between the error and its ``<input>``, as required by the
8585
`WCAG 2.0 standard`_. To achieve this, ``form_errors()`` is called by
86-
``form_label()`` internally. So you shouldn't use ``form_errors()`` at all; if you
87-
do, you'll get the error messages displayed *twice*.
86+
``form_label()`` internally. If you call to ``form_errors()`` in your template,
87+
you'll get the error messages displayed *twice*.
8888

8989
Checkboxes and Radios
9090
---------------------
9191

92-
For a checkbox/radio field, calling ``form_label()`` doesn't render anything. Due to
93-
Bootstrap internals, the label is already rendered by ``form_widget()``.
92+
For a checkbox/radio field, calling ``form_label()`` doesn't render anything.
93+
Due to Bootstrap internals, the label is already rendered by ``form_widget()``.
9494

9595
Accessibility
9696
-------------

0 commit comments

Comments
 (0)