Commit 2b052c6f by David Ormsbee

fix typo in config file

parent 91fab457
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment