diff --git a/ietf/settings.py b/ietf/settings.py index d296e1fd9..9cb472168 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -227,6 +227,7 @@ TEMPLATE_CONTEXT_PROCESSORS = ( # Additional locations of static files STATICFILES_DIRS = ( os.path.join(BASE_DIR, 'static'), + os.path.join(BASE_DIR, '../bootstrap/static'), ) INSTALLED_APPS = (