diff --git a/lms/templates/honor.html b/lms/templates/static_templates/honor.html similarity index 98% rename from lms/templates/honor.html rename to lms/templates/static_templates/honor.html index cfdefb5465..97b9d16a51 100644 --- a/lms/templates/honor.html +++ b/lms/templates/static_templates/honor.html @@ -1,4 +1,4 @@ -<%inherit file="marketing.html" /> +<%inherit file="../marketing.html" />
diff --git a/lms/templates/jobs.html b/lms/templates/static_templates/jobs.html similarity index 97% rename from lms/templates/jobs.html rename to lms/templates/static_templates/jobs.html index 97211d6eae..330dd38903 100644 --- a/lms/templates/jobs.html +++ b/lms/templates/static_templates/jobs.html @@ -1,6 +1,6 @@ -<%namespace name='static' file='static_content.html'/> +<%namespace name='static' file='../static_content.html'/> -<%inherit file="main.html" /> +<%inherit file="../main.html" />

Want to change the future of education?

diff --git a/lms/templates/mitx-overview.html b/lms/templates/static_templates/mitx-overview.html similarity index 100% rename from lms/templates/mitx-overview.html rename to lms/templates/static_templates/mitx-overview.html diff --git a/lms/templates/mitx_global.html b/lms/templates/static_templates/mitx_global.html similarity index 100% rename from lms/templates/mitx_global.html rename to lms/templates/static_templates/mitx_global.html diff --git a/lms/templates/privacy.html b/lms/templates/static_templates/privacy.html similarity index 99% rename from lms/templates/privacy.html rename to lms/templates/static_templates/privacy.html index 715578b36a..6c3ecb8c16 100644 --- a/lms/templates/privacy.html +++ b/lms/templates/static_templates/privacy.html @@ -1,4 +1,4 @@ -<%inherit file="marketing.html" /> +<%inherit file="../marketing.html" />
diff --git a/lms/templates/server-down.html b/lms/templates/static_templates/server-down.html similarity index 90% rename from lms/templates/server-down.html rename to lms/templates/static_templates/server-down.html index 4b55c3fd20..478f197a79 100644 --- a/lms/templates/server-down.html +++ b/lms/templates/static_templates/server-down.html @@ -1,4 +1,4 @@ -<%inherit file="main.html" /> +<%inherit file="../main.html" />

Currently the edX servers are down

diff --git a/lms/templates/server-error.html b/lms/templates/static_templates/server-error.html similarity index 90% rename from lms/templates/server-error.html rename to lms/templates/static_templates/server-error.html index 145e64eb1d..be450eadff 100644 --- a/lms/templates/server-error.html +++ b/lms/templates/static_templates/server-error.html @@ -1,4 +1,4 @@ -<%inherit file="main.html" /> +<%inherit file="../main.html" />

There has been an error on the edX servers

diff --git a/lms/templates/server-overloaded.html b/lms/templates/static_templates/server-overloaded.html similarity index 90% rename from lms/templates/server-overloaded.html rename to lms/templates/static_templates/server-overloaded.html index f5859d0e70..7f4dc6f236 100644 --- a/lms/templates/server-overloaded.html +++ b/lms/templates/static_templates/server-overloaded.html @@ -1,4 +1,4 @@ -<%inherit file="main.html" /> +<%inherit file="../main.html" />

Currently the MITx servers are overloaded

diff --git a/lms/templates/tos.html b/lms/templates/static_templates/tos.html similarity index 99% rename from lms/templates/tos.html rename to lms/templates/static_templates/tos.html index c76dd13143..172a498ab1 100644 --- a/lms/templates/tos.html +++ b/lms/templates/static_templates/tos.html @@ -1,4 +1,4 @@ -<%inherit file="marketing.html" /> +<%inherit file="../marketing.html" />
diff --git a/lms/templates/university_profile.html b/lms/templates/static_templates/university_profile.html similarity index 81% rename from lms/templates/university_profile.html rename to lms/templates/static_templates/university_profile.html index 9bf9038cdd..854ff23a17 100644 --- a/lms/templates/university_profile.html +++ b/lms/templates/static_templates/university_profile.html @@ -1,6 +1,6 @@ -<%inherit file="main.html" /> +<%inherit file="../main.html" /> -<%namespace name='static' file='static_content.html'/> +<%namespace name='static' file='../static_content.html'/>
-

An advanced introduction to analog circuits. An advanced introduction to analog circuits.

+ ${course.get_about_section('short_description')}
${course.get_about_section('university')} diff --git a/lms/templates/portal/course_about.html b/lms/templates/portal/course_about.html index 9e3bef53a0..8d10938993 100644 --- a/lms/templates/portal/course_about.html +++ b/lms/templates/portal/course_about.html @@ -32,71 +32,15 @@
-
-

About this course

-

${course.get_about_section("description")}

-
- -
-

Course staff

- - ${course.get_about_section("instructors")} - - -
- -
-

Requirements

-

${course.get_about_section("requirements")}

-
- -
-

Syllabus

-

${course.get_about_section("syllabus")}

-
- -
-

Textbook

- ${course.get_about_section("textbook")} -
- -
-

Frequently Asked Questions

-

${course.get_about_section("faq")}

-
- + ${course.get_about_section("overview")}
From b4a8417e70a8c92b4d1300cd950d51780884f34d Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Tue, 17 Jul 2012 11:03:49 -0400 Subject: [PATCH 7/7] Use Course.number, remove final exam and content length from the course sidebar (do we have that data yet?) --- lms/templates/portal/course_about.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/templates/portal/course_about.html b/lms/templates/portal/course_about.html index 8d10938993..112333694f 100644 --- a/lms/templates/portal/course_about.html +++ b/lms/templates/portal/course_about.html @@ -63,9 +63,9 @@
  1. Classes Start

    7/12/12
  2. -
  3. Final Exam

    12/09/12
  4. -
  5. Course Length

    15 weeks
  6. -
  7. Course Number

    ${course.get_about_section("number")}
  8. + ##
  9. Final Exam

    12/09/12
  10. + ##
  11. Course Length

    15 weeks
  12. +
  13. Course Number

    ${course.number}