﻿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
33345	Forms does not search external template directories	Guillaume Quenneville	nobody	"It seems like the new form templates ignores external template directories? (or I did something silly). It works for app's local template directory.

I created a test repo
https://github.com/GuillaumeQuenneville/djangoform.git

Django finds home.html (parent template) but does not find the item_form.html template in the same dir. 

Adding the form template to the test app's local templates folder fixes the discovery issue (rename item_form.html.bk -> item_form.html in repo)

As a test, I turned on the debugger before the render in the view. Calling render(request, 'home.html') returns a 200 and no error, calling form.render(template_name='home.html') says home.html not found, idem for form.render() saying item_form.html not found. So there is a difference in template discovery??
"	Bug	closed	Forms	4.0	Normal	invalid	template discovery forms	Guillaume Quenneville David Smith	Unreviewed	0	0	0	0	0	0
