1
0
mirror of https://github.com/django/django.git synced 2025-01-19 06:43:15 +00:00

Fixed typo in docs/topics/forms/index.txt.

This commit is contained in:
Mariusz Felisiak 2023-10-30 05:16:40 +01:00 committed by GitHub
parent 6375cee490
commit 46df3ab244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`::