From 137d4856cc06597ded53af4eb55c9fd4c56cb2db Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Tue, 14 Aug 2012 11:54:02 -0400 Subject: [PATCH] We're loading static assets from the askbot theme directory in the lms proj now. --- lms/envs/common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 8ebf72f22a..a657949a3c 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -221,8 +221,7 @@ STATIC_ROOT = ENV_ROOT / "staticfiles" STATICFILES_DIRS = [ COMMON_ROOT / "static", PROJECT_ROOT / "static", - ASKBOT_ROOT / "askbot" / "skins", - + PROJECT_ROOT / "askbot" / "skins", ] if os.path.isdir(DATA_DIR): STATICFILES_DIRS += [