diff options
| author | minusf <minusf@runbox.com> | 2024-04-23 03:26:55 +0200 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-04-22 22:27:42 -0300 |
| commit | 8468ea237df2303fd43a37a71d3f5637550a16c7 (patch) | |
| tree | 8db231eec2157ee07d80442b79e64529d1d6c8c1 | |
| parent | ea81c9d343a400b537caaafb47d03676c03df246 (diff) | |
[5.0.x] Fixed incorrect blockquotes in docs/topics/forms/index.txt.
Backport of bcad5ad92b1dad2874453dee7a480e9b9f29aad5 from main
| -rw-r--r-- | docs/topics/forms/index.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index 55d032c9bb..a4a56b2fe1 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -781,12 +781,10 @@ Useful attributes on ``{{ field }}`` include: <label for="id_email">Email address:</label> ``{{ field.legend_tag }}`` - Similar to ``field.label_tag`` but uses a ``<legend>`` tag in place of ``<label>``, for widgets with multiple inputs wrapped in a ``<fieldset>``. ``{{ field.use_fieldset }}`` - This attribute is ``True`` if the form field's widget contains multiple inputs that should be semantically grouped in a ``<fieldset>`` with a ``<legend>`` to improve accessibility. An example use in a template: |
