Fixed formatting typo in docs/topics/forms/index.txt.

This commit is contained in:
Carlton Gibson 2023-07-22 19:48:55 +02:00 committed by GitHub
parent 62b83889e0
commit 07b7a3ab75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ Reusable field group templates
.. versionadded:: 5.0
Each field is available as an attribute of the form, using
``{{form.name_of_field }}`` in a template. A field has a
``{{ form.name_of_field }}`` in a template. A field has a
:meth:`~django.forms.BoundField.as_field_group` method which renders the
related elements of the field as a group, its label, widget, errors, and help
text.