diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-30 05:16:40 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-10-30 05:17:55 +0100 |
| commit | 329ae408bfe0e1ae1948b71929eef6dfa6c68f42 (patch) | |
| tree | c9af8c6cefd98dc669dd4c3add71ec169f22f951 /docs | |
| parent | dfdca516ea9b1db7efb8da491efc2d089ad6645f (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.txt | 2 |
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`:: |
