﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
28102	Document how to put the full path of the built-in widget directories in DIRS	no	Windson yang	"The documentation for the [https://docs.djangoproject.com/en/stable/ref/templates/api/#the-dirs-option DIRS] template setting states that
> This should be set to a list of strings that contain **full paths** to your template directories

However, the documentation for the [https://docs.djangoproject.com/en/stable/ref/forms/renderers/#templatessetting TemplatesSetting] class tells us:
> Adding the built-in widgets templates directory (**django/forms/templates** or **django/forms/jinja2**) in `DIRS` of one of your template engines.
That is, it says to add a relative path to the `DIRS` setting, which contradicts the documentation for `DIRS`. "	Cleanup/optimization	closed	Documentation	1.11	Normal	fixed			Accepted	1	0	0	1	1	0
