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'/>