mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
turn around template loader order
This commit is contained in:
parent
bb2ad7c2cb
commit
ed5bb3d264
@ -359,9 +359,9 @@ TEMPLATES = [
|
||||
],
|
||||
'loaders': [(
|
||||
'django.template.loaders.cached.Loader', [
|
||||
'django.template.loaders.app_directories.Loader',
|
||||
'django.template.loaders.filesystem.Loader',
|
||||
'plugin.loader.PluginTemplateLoader',
|
||||
'django.template.loaders.filesystem.Loader',
|
||||
'django.template.loaders.app_directories.Loader',
|
||||
])
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user