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
83
83
Form errors are rendered **inside ** the ``<label> `` element to make sure there
84
84
is a strong connection between the error and its ``<input> ``, as required by the
85
85
`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 *.
88
88
89
89
Checkboxes and Radios
90
90
---------------------
91
91
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() ``.
94
94
95
95
Accessibility
96
96
-------------
You can’t perform that action at this time.
0 commit comments