X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/24721591455e048cffca365384e6759daae05916..0882d9a8ec29b8f6c80359a9eca7e5034dc2eb24:/src/wolnelektury/settings/basic.py?ds=inline

diff --git a/src/wolnelektury/settings/basic.py b/src/wolnelektury/settings/basic.py
index 47a2388c1..c640d3144 100644
--- a/src/wolnelektury/settings/basic.py
+++ b/src/wolnelektury/settings/basic.py
@@ -40,17 +40,12 @@ SITE_ID = 1
 
 TEMPLATES = [{
     'BACKEND': 'django.template.backends.django.DjangoTemplates',
+    'APP_DIRS': True,
     'DIRS': (
         path.join(PROJECT_DIR, 'templates'),  # Duplicate, because of Machina<1 weird configuration.
         MACHINA_MAIN_TEMPLATE_DIR,
     ),
     'OPTIONS': {
-        'loaders': (
-            ('django.template.loaders.cached.Loader', (
-                'django.template.loaders.filesystem.Loader',
-                'django.template.loaders.app_directories.Loader',
-            )),
-        ),
         'context_processors': (
             'django.contrib.auth.context_processors.auth',
             'django.contrib.messages.context_processors.messages',