|
|
@ -88,7 +88,7 @@ ROOT_URLCONF = 'app.urls' |
|
|
|
TEMPLATES = [ |
|
|
|
{ |
|
|
|
'BACKEND': 'django.template.backends.django.DjangoTemplates', |
|
|
|
'DIRS': [path.join(BASE_DIR, 'server/templates'),path.join(BASE_DIR, 'authentification/templates')], |
|
|
|
'DIRS': [path.join(BASE_DIR, 'server/templates'), path.join(BASE_DIR, 'authentification/templates')], |
|
|
|
'APP_DIRS': True, |
|
|
|
'OPTIONS': { |
|
|
|
'context_processors': [ |
|
|
|