diff options
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`:: |
