From 2b052c6fd3c252e42b4bcb1fb11217c36f629401 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 22 Aug 2013 14:58:51 -0400 Subject: [PATCH] fix typo in config file --- lms/envs/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 6b96a4c2d7..627a813e05 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -156,10 +156,10 @@ MITX_FEATURES = { 'ENABLE_CHAT': False, # Allow users to enroll with methods other than just honor code certificates - 'MULTIPLE_ENROLLMENT_ROLES' : False + 'MULTIPLE_ENROLLMENT_ROLES' : False, # Toggle the availability of the shopping cart page - 'ENABLE_SHOPPING_CART': False + 'ENABLE_SHOPPING_CART': False, } # Used for A/B testing