diff --git a/corecluster/settings.py b/corecluster/settings.py index 515563f..989019c 100644 --- a/corecluster/settings.py +++ b/corecluster/settings.py @@ -41,7 +41,7 @@ TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', - 'DIRS': ['/etc/corecluster/templates/', BASE_DIR + '/templates/'], + 'DIRS': ['/etc/corecluster/templates/', BASE_DIR + '/corecluster/templates/'], 'APP_DIRS': True, 'OPTIONS': { 'context_processors': [