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:
parent
cad376f844
commit
659f6b5bc5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user