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 += [