diff --git a/dynamicweb/settings.py b/dynamicweb/settings.py index 592fcaea..57f7a053 100644 --- a/dynamicweb/settings.py +++ b/dynamicweb/settings.py @@ -139,7 +139,7 @@ TEMPLATE_DIRS = ( os.path.join(BASE_DIR, 'templates'), ) -CMS_TEMPLATES_DIR: { +CMS_TEMPLATES_DIR = { 1: os.path.join(BASE_DIR, 'templates/cms/ungleich.ch/'), }