From a36e40288d291aec7b33098a46b7e7c092b21ebc Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 27 Jul 2015 18:26:48 +0000 Subject: [PATCH] Added bootstrap/static to the STATIFILES_DIRS setting. - Legacy-Id: 9897 --- ietf/settings.py | 1 + 1 file changed, 1 insertion(+) 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 = (