Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lms/templates/static_templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%block name="title"><title>${_("Vision")}</title></%block>

<section class="container">
<section class="container about">
<h1>${_("Vision")}</h1>
<p>${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}</p>
</section>
2 changes: 1 addition & 1 deletion lms/templates/static_templates/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%block name="title"><title>${_("Contact")}</title></%block>

<section class="container">
<section class="container about">
<h1>${_("Contact")}</h1>
<p>${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}</p>
</section>
2 changes: 1 addition & 1 deletion lms/templates/static_templates/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%block name="title"><title>${_("Copyright")}</title></%block>

<section class="container">
<section class="container about">
<h1>${_("Copyright")}</h1>
<p>${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}</p>
</section>
2 changes: 1 addition & 1 deletion lms/templates/static_templates/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%block name="title"><title>${_("FAQ")}</title></%block>

<section class="container">
<section class="container about">
<h1>${_("FAQ")}</h1>
<p>${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}</p>
</section>
2 changes: 1 addition & 1 deletion lms/templates/static_templates/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%block name="title"><title>${_("Help")}</title></%block>

<section class="container">
<section class="container about">
<h1>${_("Help")}</h1>
<p>${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}</p>
</section>
2 changes: 1 addition & 1 deletion lms/templates/static_templates/honor.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%block name="title"><title>${_("Honor Code")}</title></%block>

<section class="container">
<section class="container about">
<h1>${_("Honor Code")}</h1>
<p>${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}</p>
</section>
2 changes: 1 addition & 1 deletion lms/templates/static_templates/jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%block name="title"><title>${_("Jobs")}</title></%block>

<section class="container">
<section class="container about">
<h1>${_("Jobs")}</h1>
<p>${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}</p>
</section>
2 changes: 1 addition & 1 deletion lms/templates/static_templates/media-kit.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%block name="title"><title>${_("Media Kit")}</title></%block>

<section class="container">
<section class="container about">
<h1>${_("Media Kit")}</h1>
<p>${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}</p>
</section>
2 changes: 1 addition & 1 deletion lms/templates/static_templates/press.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%block name="title"><title>${_("In the Press")}</title></%block>

<section class="container">
<section class="container about">
<h1>${_("In the Press")}</h1>
<p>${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}</p>
</section>
2 changes: 1 addition & 1 deletion lms/templates/static_templates/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%block name="title"><title>${_("Privacy Policy")}</title></%block>

<section class="container">
<section class="container about">
<h1>${_("Privacy Policy")}</h1>
<p>${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}</p>
</section>
2 changes: 1 addition & 1 deletion lms/templates/static_templates/tos.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<%block name="title"><title>${_("Terms of Service")}</title></%block>

<section class="container">
<section class="container about">
<h1>${_("Terms of Service")}</h1>
<p>${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}</p>
</section>