﻿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
28486	Template FileLoader can't find widget templates	Andrey	nobody	"I have both apps and file loaders in my project. I load custom directory called ""templates"" in the root of the project. 

In case I want to override template for field widget from Django Admin (perhaps it related to regular widgets as well) and I create a file under ""templates/admin/widgets/clearable_file_input.html"". Nothing happens. If I will move it somewhere under ""<my app>/templates/widgets/clearable_file_input.html"" it works fine. However, I can override ""admin/base.html"" and few other templates from admin by placing them in ""templates/"" folder. 

I played around and found that when looking for templates for widget Django loads all template directories for apps, but doesn't load anything from DIRS parameter. In the same time, it loads everything properly for other templates. 

If description is messy or unclear please ask, and I will clarify unclear parts."	Bug	closed	Template system	1.11	Normal	invalid	widgets, templates, admin	rusanov.andrey.mail@…	Unreviewed	0	0	0	0	0	0
