From 347483203aac7a7ee86822cabd570c1226d47045 Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Tue, 10 Jul 2012 17:37:42 -0400 Subject: [PATCH 1/2] Unscope URLCONF from mitx --- cms/envs/common.py | 2 +- lms/envs/common.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 9782ef2fd0..4f801aa29a 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -118,7 +118,7 @@ TEMPLATE_DEBUG = False SITE_ID = 1 SITE_NAME = "localhost:8000" HTTPS = 'on' -ROOT_URLCONF = 'mitx.cms.urls' +ROOT_URLCONF = 'cms.urls' IGNORABLE_404_ENDS = ('favicon.ico') # Email diff --git a/lms/envs/common.py b/lms/envs/common.py index 05a1ba4b30..117c433aae 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -155,7 +155,7 @@ TEMPLATE_DEBUG = False SITE_ID = 1 SITE_NAME = "localhost:8000" HTTPS = 'on' -ROOT_URLCONF = 'mitx.lms.urls' +ROOT_URLCONF = 'lms.urls' IGNORABLE_404_ENDS = ('favicon.ico') # Email From 3dd923d9b9f4164caec0f652e86eaaeb96bdcf16 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Tue, 10 Jul 2012 17:50:42 -0400 Subject: [PATCH 2/2] typo fix (it was just really bugging me) --- lms/templates/about.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lms/templates/about.html b/lms/templates/about.html index 2f8689fe1c..8e13eaa291 100644 --- a/lms/templates/about.html +++ b/lms/templates/about.html @@ -45,15 +45,15 @@
-
-

The Orginization

+
+

The Organization

What is edX?

@@ -162,7 +162,7 @@

How do you intend to test whether this approach is improving learning?

-

Both institutions have assembled faculty who will look at data collection and analytical tools for assessing the results.

+

Both institutions have assembled faculty who will look at data collection and analytical tools for assessing the results.