|
@@ -55,7 +55,8 @@ APPEND_SLASH = False
|
|
|
TEMPLATES = [
|
|
|
{
|
|
|
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
|
|
- 'DIRS': [BASE_DIR + '/static/templates', ],
|
|
|
+ # 'DIRS': [BASE_DIR + '/static/templates', ],
|
|
|
+ 'DIRS': [BASE_DIR + '/templates', ],
|
|
|
'APP_DIRS': True,
|
|
|
'OPTIONS': {
|
|
|
'context_processors': [
|