diff --git a/lms/templates/footer.html b/lms/templates/footer.html
index 5bb0f75287..578a08d118 100644
--- a/lms/templates/footer.html
+++ b/lms/templates/footer.html
@@ -14,20 +14,20 @@
${_("About")}
- %if marketing_link('JOBS') and marketing_link('JOBS') != '#':
+ %if marketing_link('JOBS') and marketing_link('JOBS') != '#':
- ${_("Jobs")}
+ ${_("Jobs")}
- %endif
- %if marketing_link('NEWS') and marketing_link('NEWS') != '#':
+ %endif
+ %if marketing_link('NEWS') and marketing_link('NEWS') != '#':
- ${_("News")}
+ ${_("News")}
- %endif
+ %endif
${_("FAQ")}
@@ -46,7 +46,7 @@
## this is just a placeholder logo
## feel free to change this logo to your own
-
+
diff --git a/lms/templates/index.html b/lms/templates/index.html
index 68ccbfd6b6..2e9d094df8 100644
--- a/lms/templates/index.html
+++ b/lms/templates/index.html
@@ -27,39 +27,16 @@
% else:
% if self.stanford_theme_enabled():
${_("Free courses from {university_name}").format(university_name="Stanford")}
- ${_("For anyone, anywhere, anytime")}
+ ${_("For anyone, anywhere, anytime")}
% else:
- ## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
+ ## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
${_("Welcome to Open edX!")}
- ## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
- ${_("It works! This is the default homepage for this Open edX instance.")}
+ ## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.
+ ${_("It works! This is the default homepage for this Open edX instance.")}
% endif
% endif
- ## Disable social buttons for non-edX sites
- % if not self.theme_enabled():
-
-
-
-
-
-
${_("Stay up to date with all {platform_name} has to offer!").format(platform_name=settings.PLATFORM_NAME)}
-
-
-
-
-
-
-
-
-
-
-
-
- % endif
% if show_homepage_promo_video:
diff --git a/lms/templates/register.html b/lms/templates/register.html
index 299f9fd227..fb3ec56a22 100644
--- a/lms/templates/register.html
+++ b/lms/templates/register.html
@@ -339,8 +339,8 @@
% endif
% if settings.REGISTRATION_EXTRA_FIELDS['honor_code'] != 'hidden':
- ## If the stanford theme isn't enabled, check if we have an Honor Code link in our marketing map
- % if not self.stanford_theme_enabled() and marketing_link('HONOR') and marketing_link('HONOR') != '#':
+ ## If the stanford theme isn't enabled, check if we have an Honor Code link in our marketing map
+ % if not self.stanford_theme_enabled() and marketing_link('HONOR') and marketing_link('HONOR') != '#':
- % endif
+ % endif
% endif