1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00

Fixed typos in docs/ref/forms/renderers.txt.

This commit is contained in:
Mariusz Felisiak 2023-03-24 12:54:47 +01:00 committed by GitHub
parent cad376f844
commit 659f6b5bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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