Fixed #28729 -- Replaced a numbered list with unordered list in TemplatesSetting docs.
This commit is contained in:
parent
f6e1789654
commit
eb9b56c5b6
|
@ -85,10 +85,10 @@ 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
|
||||
* ``'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
|
||||
* Adding the built-in widgets templates directory in :setting:`DIRS
|
||||
<TEMPLATES-DIRS>` of one of your template engines. To generate that path::
|
||||
|
||||
import django
|
||||
|
|
Loading…
Reference in New Issue