From ce74aa798d565ae623834addb146c4fa22de9ba8 Mon Sep 17 00:00:00 2001 From: ichuang Date: Tue, 3 Jul 2012 12:16:33 -0400 Subject: [PATCH] fix name of 6.002x course to correspond to change in course.xml --- lms/envs/dev_ike.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/dev_ike.py b/lms/envs/dev_ike.py index 5e7da1de56..642ecf22d7 100644 --- a/lms/envs/dev_ike.py +++ b/lms/envs/dev_ike.py @@ -43,7 +43,7 @@ MAKO_TEMPLATES['course'] = [DATA_DIR, EDX4EDX_ROOT ] MITX_FEATURES['DISPLAY_HISTOGRAMS_TO_STAFF'] = False MITX_FEATURES['DISPLAY_EDIT_LINK'] = True -COURSE_SETTINGS = {'6.002_Fall_2012': {'number' : '6.002x', +COURSE_SETTINGS = {'6.002x_Fall_2012': {'number' : '6.002x', 'title' : 'Circuits and Electronics', 'xmlpath': '/6002x-fall-2012/', 'active' : True,