From 9f849f6e176e9f15d8a257cf811ea65f769bed40 Mon Sep 17 00:00:00 2001 From: Justin Hynes Date: Fri, 1 Apr 2022 13:37:50 -0400 Subject: [PATCH] fix: remove `noreferrer` tag from link to Comms MFE to fix blank page [MICROBA-1779 & CR-4684] - remove `noreferrer` tag from link to the Comms MFE to fix content opening in a blank page --- lms/templates/instructor/instructor_dashboard_2/send_email.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/send_email.html b/lms/templates/instructor/instructor_dashboard_2/send_email.html index 65726c9fe8..06358c1a8e 100644 --- a/lms/templates/instructor/instructor_dashboard_2/send_email.html +++ b/lms/templates/instructor/instructor_dashboard_2/send_email.html @@ -10,7 +10,7 @@ from openedx.core.djangolib.markup import HTML %if 'communications_mfe_url' in section_data:

- ${_("To use the email tool, visit the")} ${_("new experience")}. + ${_("To use the email tool, visit the")} ${_("new experience")}.

%else: