django-overextends
django-overextends copied to clipboard
fix: remove path from template_loaders there are not default
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.
Thanks. This helped me fix my issues as well.