always load static templatetags

This commit is contained in:
j 2025-01-17 10:17:56 +05:30
parent 9b19f29277
commit ba1f4ec835

View File

@ -80,6 +80,9 @@ TEMPLATES = [
'django.template.loaders.filesystem.Loader', 'django.template.loaders.filesystem.Loader',
'django.template.loaders.app_directories.Loader', 'django.template.loaders.app_directories.Loader',
], ],
"builtins": [
"django.templatetags.static",
],
}, },
}, },
] ]