From a1b53c3cd6cf3fb804c5b1d5aaef622a1c32f466 Mon Sep 17 00:00:00 2001 From: ichuang Date: Tue, 26 Jun 2012 18:40:07 -0400 Subject: [PATCH 1/2] add 3.091x to multicourse --- lms/envs/dev_ike.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lms/envs/dev_ike.py b/lms/envs/dev_ike.py index 86b434957a..ad0380b3cc 100644 --- a/lms/envs/dev_ike.py +++ b/lms/envs/dev_ike.py @@ -72,6 +72,12 @@ COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x', 'github_url': 'https://github.com/MITx/7.03x', 'active' : True, }, + '3.091x_Fall_2012': {'number' : '3.091x', + 'title' : 'Introduction to Solid State Chemistry', + 'xmlpath': '/3.091x/', + 'github_url': 'https://github.com/MITx/3.091x', + 'active' : True, + }, '18.06x_Linear_Algebra': {'number' : '18.06x', 'title' : 'Linear Algebra', 'xmlpath': '/18.06x/', From 5d9c600de8019c77660e23c5fa471e4651497daa Mon Sep 17 00:00:00 2001 From: ichuang Date: Tue, 26 Jun 2012 19:04:51 -0400 Subject: [PATCH 2/2] 3.091x static link --- lms/static/3.091x | 1 + 1 file changed, 1 insertion(+) create mode 120000 lms/static/3.091x diff --git a/lms/static/3.091x b/lms/static/3.091x new file mode 120000 index 0000000000..0d92f7e7d3 --- /dev/null +++ b/lms/static/3.091x @@ -0,0 +1 @@ +../../../data/3.091x/html \ No newline at end of file