diff --git a/cms/templates/widgets/footer.html b/cms/templates/widgets/footer.html index 53a96538f2f4..b1828017b9ec 100644 --- a/cms/templates/widgets/footer.html +++ b/cms/templates/widgets/footer.html @@ -1,3 +1,5 @@ +## mako +<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from django.urls import reverse @@ -5,6 +7,7 @@ from django.conf import settings import pytz from cms.djangoapps.contentstore.config.waffle import waffle, ENABLE_ACCESSIBILITY_POLICY_PAGE +from openedx.core.djangolib.markup import HTML, Text %> - \ No newline at end of file + diff --git a/themes/edx.org/lms/templates/footer.html b/themes/edx.org/lms/templates/footer.html index f4f87973516a..0cf03b1732ea 100755 --- a/themes/edx.org/lms/templates/footer.html +++ b/themes/edx.org/lms/templates/footer.html @@ -136,7 +136,7 @@

${_(u"Connect")}


${_( - u"EdX, Open edX, and MicroMasters are registered trademarks of edX Inc. " + u"edX, Open edX, and MicroMasters are registered trademarks of edX Inc. " )} % if icp_license_info.get('icp_license'): diff --git a/themes/red-theme/lms/templates/footer.html b/themes/red-theme/lms/templates/footer.html index 320478a155e0..24ebd2483d91 100755 --- a/themes/red-theme/lms/templates/footer.html +++ b/themes/red-theme/lms/templates/footer.html @@ -1,4 +1,5 @@ ## mako +<%page expression_filter="h"/> <%namespace name='static' file='static_content.html'/> <%! from django.urls import reverse @@ -9,6 +10,7 @@ import pytz from openedx.core.djangoapps.lang_pref.api import footer_language_selector_is_enabled +from openedx.core.djangolib.markup import HTML, Text %>