Re: Auth Password Change template not working

2017-10-03 Thread naitik gala
Yes that method worked. it showed all the physical location where it looked for the template file. Thanks. Is there a way to configure the order in which django looks for the template files? On Sunday, October 1, 2017 at 12:30:44 AM UTC+5:30, Tim Graham wrote: > > I'd temporarily remove the bu

Re: Auth Password Change template not working

2017-09-30 Thread Tim Graham
I'd temporarily remove the built-in template that's being loaded so that TemplateDoesNotExist is raised. The debug page will show the locations that Django searched for the template. On Wednesday, September 27, 2017 at 7:10:54 AM UTC-4, naitik gala wrote: > > Hi all, > > I am trying to add my ow

Auth Password Change template not working

2017-09-27 Thread naitik gala
Hi all, I am trying to add my own designed html to Auth urls. One way obviously is to create my own view and implement Auth urls for them. Here, I will explicitly mention the html template that i have created. It would be like any other view that we would create. But, there seems to be an alte