File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ Error Messages
8383Form errors are rendered **inside ** the ``<label> `` element to make sure there
8484is 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
8989Checkboxes 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
9595Accessibility
9696-------------
You can’t perform that action at this time.
0 commit comments