Skip to content

Commit 54e03b9

Browse files
author
Alexandre Vincent
committed
[fix] OpenWisp DependencyLoader should be after django template loaders
1 parent e904269 commit 54e03b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/openwisp2/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"OPTIONS": {
9696
"loaders": [
9797
"django.template.loaders.filesystem.Loader",
98-
"openwisp_utils.loaders.DependencyLoader",
9998
"django.template.loaders.app_directories.Loader",
99+
"openwisp_utils.loaders.DependencyLoader",
100100
],
101101
"context_processors": [
102102
"django.template.context_processors.debug",

0 commit comments

Comments
 (0)