summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-10-30 05:16:40 +0100
committerGitHub <noreply@github.com>2023-10-30 05:16:40 +0100
commit46df3ab244e1688bd186f0bfbfea6a354097a910 (patch)
tree66727d0bc9381ba86838eadf373eded3d762445a /docs
parent6375cee490725969b4f67b3c988ef01350c1ad6d (diff)
Fixed 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 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`::