summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-10-30 05:16:40 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-10-30 05:17:55 +0100
commit329ae408bfe0e1ae1948b71929eef6dfa6c68f42 (patch)
treec9af8c6cefd98dc669dd4c3add71ec169f22f951 /docs
parentdfdca516ea9b1db7efb8da491efc2d089ad6645f (diff)
[5.0.x] Fixed typo in docs/topics/forms/index.txt.
Backport of 46df3ab244e1688bd186f0bfbfea6a354097a910 from main
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 f6934b18bd..7b27e98996 100644
--- a/docs/topics/forms/index.txt
+++ b/docs/topics/forms/index.txt
@@ -594,7 +594,7 @@ required layout. For example:
By default Django uses the ``"django/forms/field.html"`` template which is
designed for use with the default ``"django/forms/div.html"`` form style.
-The default template can be customized by by setting
+The default template can be customized by setting
:attr:`~django.forms.renderers.BaseRenderer.field_template_name` in your
project-level :setting:`FORM_RENDERER`::