From d7155825e97c33d4fb60da2b8b4fbf76ce68e217 Mon Sep 17 00:00:00 2001 From: SaadYousaf Date: Wed, 10 Jun 2020 21:05:25 +0500 Subject: [PATCH] PROD-1569 --- .../ace_common/edx_ace/common/base_body.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 @@ {% blocktrans %}Go to {{ platform_name }} Home Page{% endblocktrans %} + alt="{% filter force_escape %} {% blocktrans %}Go to {{ platform_name }} Home Page{% endblocktrans %} {% endfilter %}"/> {% trans "Sign In" %} @@ -97,7 +97,7 @@ {% blocktrans %}{{ platform_name }} on LinkedIn{% endblocktrans %} + width="32" height="32" alt="{% filter force_escape %} {% blocktrans %}{{ platform_name }} on LinkedIn{% endblocktrans %} {% endfilter %}"/> {% endif %} @@ -105,7 +105,7 @@ {% blocktrans %}{{ platform_name }} on Twitter{% endblocktrans %} + width="32" height="32" alt="{% filter force_escape %} {% blocktrans %}{{ platform_name }} on Twitter{% endblocktrans %} {% endfilter %}"/> {% endif %} @@ -113,7 +113,7 @@ {% blocktrans %}{{ platform_name }} on Facebook{% endblocktrans %} + width="32" height="32" alt="{% filter force_escape %} {% blocktrans %}{{ platform_name }} on Facebook{% endblocktrans %} {% endfilter %}"/> {% endif %} @@ -121,7 +121,7 @@ {% blocktrans %}{{ platform_name }} on Google Plus{% endblocktrans %} + width="32" height="32" alt="{% filter force_escape %} {% blocktrans %}{{ platform_name }} on Google Plus{% endblocktrans %} {% endfilter %}"/> {% endif %} @@ -129,7 +129,7 @@ {% blocktrans %}{{ platform_name }} on Reddit{% endblocktrans %} + 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 %} {% trans {% endif %} {% if mobile_store_urls.google %} {% trans {% 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 }}