summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2023-07-22 19:48:55 +0200
committerGitHub <noreply@github.com>2023-07-22 19:48:55 +0200
commit07b7a3ab7573a0685975602c437ce4795a8885e7 (patch)
tree5aa67093aeda796f5a09bef4b05c6543519ade42 /docs
parent62b83889e066b8270854f7560e0498944efd7689 (diff)
Fixed formatting typo in docs/topics/forms/index.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/forms/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt
index 673111b025..f6934b18bd 100644
--- a/docs/topics/forms/index.txt
+++ b/docs/topics/forms/index.txt
@@ -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.