Re-enable templates in app dirs for third-party packages
This commit is contained in:
parent
e1594d3766
commit
75dc79ba43
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ TEMPLATES = [
|
|||
{
|
||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||
'DIRS': [ "/opt/vpnmanager/templates/" ],
|
||||
'APP_DIRS': False,
|
||||
'APP_DIRS': True,
|
||||
'OPTIONS': {
|
||||
'context_processors': [
|
||||
'django.template.context_processors.debug',
|
||||
|
|
Loading…
Reference in a new issue