Skip to content

Commit bcad5ad

Browse files
authored
Fixed incorrect blockquotes in docs/topics/forms/index.txt.
1 parent 36b7024 commit bcad5ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/topics/forms/index.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,12 +781,10 @@ Useful attributes on ``{{ field }}`` include:
781781
<label for="id_email">Email address:</label>
782782

783783
``{{ field.legend_tag }}``
784-
785784
Similar to ``field.label_tag`` but uses a ``<legend>`` tag in place of
786785
``<label>``, for widgets with multiple inputs wrapped in a ``<fieldset>``.
787786

788787
``{{ field.use_fieldset }}``
789-
790788
This attribute is ``True`` if the form field's widget contains multiple
791789
inputs that should be semantically grouped in a ``<fieldset>`` with a
792790
``<legend>`` to improve accessibility. An example use in a template:

0 commit comments

Comments
 (0)