summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-03-24 12:54:47 +0100
committerGitHub <noreply@github.com>2023-03-24 12:54:47 +0100
commit659f6b5bc5d68661a071f0cd13b8dab678067023 (patch)
treed2c28668818a63ea252b7347265a8adb085e6838 /docs
parentcad376f844c7bdeeee7607a7c0ea8ae52061309b (diff)
downloaddjango-659f6b5bc5d68661a071f0cd13b8dab678067023.tar.gz
Fixed typos in docs/ref/forms/renderers.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/forms/renderers.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/forms/renderers.txt b/docs/ref/forms/renderers.txt
index 053b5998c1..02b3cac7fb 100644
--- a/docs/ref/forms/renderers.txt
+++ b/docs/ref/forms/renderers.txt
@@ -205,7 +205,7 @@ Overriding built-in formset templates
:attr:`.BaseFormSet.template_name`
To override formset templates, you must use the :class:`TemplatesSetting`
-renderer. Then overriding widget templates works :doc:`the same as
+renderer. Then overriding formset templates works :doc:`the same as
</howto/overriding-templates>` overriding any other template in your project.
.. _overriding-built-in-form-templates:
@@ -216,7 +216,7 @@ Overriding built-in form templates
:attr:`.Form.template_name`
To override form templates, you must use the :class:`TemplatesSetting`
-renderer. Then overriding widget templates works :doc:`the same as
+renderer. Then overriding form templates works :doc:`the same as
</howto/overriding-templates>` overriding any other template in your project.
.. _overriding-built-in-field-templates: