fix typo in config file

This commit is contained in:
David Ormsbee
2013-08-22 14:58:51 -04:00
parent 91fab4579b
commit 2b052c6fd3

View File

@@ -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