fix: set bulk email link to open in new tab (#30110)

This commit is contained in:
Thomas Tracy
2022-03-23 15:30:00 -04:00
committed by GitHub
parent 700829bd4b
commit 0211ee6dcd

View File

@@ -10,7 +10,7 @@ from openedx.core.djangolib.markup import HTML
%if 'communications_mfe_url' in section_data:
<p>
<em>
${_("To use the email tool, visit the")} <a href="${section_data['communications_mfe_url']}">${_("new experience")}</a>.
${_("To use the email tool, visit the")} <a href="${section_data['communications_mfe_url']}" target="_blank" rel="noopener noreferrer">${_("new experience")}</a>.
</em>
</p>
%else: