From b294b847e216956dcae2ba3fac6b97c7041f2cbb Mon Sep 17 00:00:00 2001 From: "Albert (AJ) St. Aubin" Date: Wed, 13 Oct 2021 09:41:29 -0400 Subject: [PATCH] feat: Update the text for certificates. [MICROBA-1542] --- themes/edx.org/lms/templates/certificates/_about-edx.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/edx.org/lms/templates/certificates/_about-edx.html b/themes/edx.org/lms/templates/certificates/_about-edx.html index 73bc32c70f..46cf3c7483 100644 --- a/themes/edx.org/lms/templates/certificates/_about-edx.html +++ b/themes/edx.org/lms/templates/certificates/_about-edx.html @@ -1,6 +1,6 @@ <%page expression_filter="h"/> -<%! -from django.utils.translation import ugettext as _ +<%! +from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text %>
@@ -8,7 +8,7 @@ from openedx.core.djangolib.markup import HTML, Text