django-overextends icon indicating copy to clipboard operation
django-overextends copied to clipboard

fix: remove path from template_loaders there are not default

Open lucasrc opened this issue 10 years ago • 1 comments

Fix remove_path seeking the relative template directory, but if template_loader used in the application is not the default django this can lead to problems.

Observation: Remove path always remove the first element on the list.

lucasrc avatar Aug 26 '15 22:08 lucasrc

Thanks. This helped me fix my issues as well.

darklow avatar Dec 11 '16 19:12 darklow