always load static templatetags
This commit is contained in:
parent
9b19f29277
commit
ba1f4ec835
|
@ -80,6 +80,9 @@ TEMPLATES = [
|
|||
'django.template.loaders.filesystem.Loader',
|
||||
'django.template.loaders.app_directories.Loader',
|
||||
],
|
||||
"builtins": [
|
||||
"django.templatetags.static",
|
||||
],
|
||||
},
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user