summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-08-06 13:43:16 +0200
committerGitHub <noreply@github.com>2022-08-06 13:43:16 +0200
commit00370342ca3a478660372975b3309ffc4d535be1 (patch)
treef43dd681f464fce58fa1dbe28bf14e6d09c211bf /docs/ref/forms
parent0756c61f2ada56e4ae625589099c0141a77737eb (diff)
Fixed typo in docs/ref/forms/renderers.txt.
Thanks Josh for the report.
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/renderers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/renderers.txt b/docs/ref/forms/renderers.txt
index e30dfe3947..2db4ff6592 100644
--- a/docs/ref/forms/renderers.txt
+++ b/docs/ref/forms/renderers.txt
@@ -60,7 +60,7 @@ should return a rendered templates (as a string) or raise
The ``"django/forms/default.html"`` template is deprecated and will be
removed in Django 5.0. The default will become
- ``"django/forms/default.html"`` at that time.
+ ``"django/forms/div.html"`` at that time.
.. attribute:: formset_template_name