summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-10-20 14:00:51 -0400
committerTim Graham <timograham@gmail.com>2017-10-20 14:04:15 -0400
commitb0566e5bb3216b8ca6e9c8473ed550d5d8825f56 (patch)
tree075361717cd3b7743d12de2a1582e5d717fba1dc /docs
parent0f9de3976c0671200a927839dd7f5b300bf0044a (diff)
[1.11.x] Fixed #28729 -- Replaced a numbered list with unordered list in TemplatesSetting docs.
Backport of eb9b56c5b60215a683c80e68f08ae6fca0ec24ef from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/forms/renderers.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/forms/renderers.txt b/docs/ref/forms/renderers.txt
index fcf025a9c8..1f2f48d4b9 100644
--- a/docs/ref/forms/renderers.txt
+++ b/docs/ref/forms/renderers.txt
@@ -90,11 +90,11 @@ templates based on what's configured in the :setting:`TEMPLATES` setting.
Using this renderer along with the built-in widget templates requires either:
-#. ``'django.forms'`` in :setting:`INSTALLED_APPS` and at least one engine
- with :setting:`APP_DIRS=True <TEMPLATES-APP_DIRS>`.
+* ``'django.forms'`` in :setting:`INSTALLED_APPS` and at least one engine
+ with :setting:`APP_DIRS=True <TEMPLATES-APP_DIRS>`.
-#. Adding the built-in widgets templates directory in :setting:`DIRS
- <TEMPLATES-DIRS>` of one of your template engines. To generate that path::
+* Adding the built-in widgets templates directory in :setting:`DIRS
+ <TEMPLATES-DIRS>` of one of your template engines. To generate that path::
import django
django.__path__[0] + '/forms/templates' # or '/forms/jinja2'