diff options
| author | Tim Graham <timograham@gmail.com> | 2017-10-20 14:00:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-10-20 14:00:51 -0400 |
| commit | eb9b56c5b60215a683c80e68f08ae6fca0ec24ef (patch) | |
| tree | 5dab827f2b182def02d4a8a985847a4449d0ba41 /docs/ref/forms | |
| parent | f6e1789654e82bac08cead5a2d2a9132f6403f52 (diff) | |
Fixed #28729 -- Replaced a numbered list with unordered list in TemplatesSetting docs.
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/renderers.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/forms/renderers.txt b/docs/ref/forms/renderers.txt index 68669221fb..71f0661f94 100644 --- a/docs/ref/forms/renderers.txt +++ b/docs/ref/forms/renderers.txt @@ -85,11 +85,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' |
