mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #8600: Document built-in template tags & filters
This commit is contained in:
@ -352,6 +352,10 @@ TEMPLATES = [
|
||||
'DIRS': [TEMPLATES_DIR],
|
||||
'APP_DIRS': True,
|
||||
'OPTIONS': {
|
||||
'builtins': [
|
||||
'utilities.templatetags.builtins.filters',
|
||||
'utilities.templatetags.builtins.tags',
|
||||
],
|
||||
'context_processors': [
|
||||
'django.template.context_processors.debug',
|
||||
'django.template.context_processors.request',
|
||||
|
Reference in New Issue
Block a user