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:03:47 -0400 |
| commit | b952db67728edf2705ca086aa19eb4652920e499 (patch) | |
| tree | 997e90f8f95d644ee5e1e7d28d056223dea96aea /docs | |
| parent | 36b4def91597d522fa73f9b3cb7d0530fe34bc62 (diff) | |
[2.0.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.txt | 8 |
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' |
