Skip to content

Commit

Permalink
Fixed typo in docs/topics/forms/index.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored Oct 30, 2023
1 parent 6375cee commit 46df3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/forms/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`::

Expand Down

0 comments on commit 46df3ab

Please sign in to comment.