diff --git a/themes/red-theme/lms/templates/ace_common/edx_ace/common/base_body.html b/themes/red-theme/lms/templates/ace_common/edx_ace/common/base_body.html
index 548fa6dc87..8d51b16498 100644
--- a/themes/red-theme/lms/templates/ace_common/edx_ace/common/base_body.html
+++ b/themes/red-theme/lms/templates/ace_common/edx_ace/common/base_body.html
@@ -64,7 +64,7 @@
+ alt="{% filter force_escape %} {% blocktrans %}Go to {{ platform_name }} Home Page{% endblocktrans %} {% endfilter %}"/>
|
{% trans "Sign In" %}
@@ -97,7 +97,7 @@
|
+ width="32" height="32" alt="{% filter force_escape %} {% blocktrans %}{{ platform_name }} on LinkedIn{% endblocktrans %} {% endfilter %}"/>
|
{% endif %}
@@ -105,7 +105,7 @@
+ width="32" height="32" alt="{% filter force_escape %} {% blocktrans %}{{ platform_name }} on Twitter{% endblocktrans %} {% endfilter %}"/>
|
{% endif %}
@@ -113,7 +113,7 @@
+ width="32" height="32" alt="{% filter force_escape %} {% blocktrans %}{{ platform_name }} on Facebook{% endblocktrans %} {% endfilter %}"/>
|
{% endif %}
@@ -121,7 +121,7 @@
+ width="32" height="32" alt="{% filter force_escape %} {% blocktrans %}{{ platform_name }} on Google Plus{% endblocktrans %} {% endfilter %}"/>
|
{% endif %}
@@ -129,7 +129,7 @@
+ width="32" height="32" alt="{% filter force_escape %} {% blocktrans %}{{ platform_name }} on Reddit{% endblocktrans %} {% endfilter %}"/>
|
{% endif %}
@@ -143,14 +143,14 @@
{% if mobile_store_urls.apple %}
{% endif %}
{% if mobile_store_urls.google %}
{% endif %}
@@ -171,9 +171,9 @@
- © {% now "Y" %} {{ platform_name }}, {% trans "All rights reserved" %}.
+ © {% now "Y" %} {{ platform_name }}, {% trans "All rights reserved" as tmsg %}{{ tmsg | force_escape }}.
- {% trans "Our mailing address is" %}:
+ {% trans "Our mailing address is" as tmsg %}{{ tmsg | force_escape }}:
{{ contact_mailing_address }}
|