diff --git a/binder/settings.py b/binder/settings.py index 1123920..4a6a2a9 100644 --- a/binder/settings.py +++ b/binder/settings.py @@ -61,7 +61,7 @@ MIDDLEWARE_CLASSES = ( ROOT_URLCONF = 'binder.urls' TEMPLATE_DIRS = ( - os.path.join(SITE_ROOT, "templates") + os.path.join(SITE_ROOT, "templates"), ) INSTALLED_APPS = (