diff --git a/openedx/core/djangoapps/ace_common/templates/ace_common/edx_ace/common/return_to_course_cta.html b/openedx/core/djangoapps/ace_common/templates/ace_common/edx_ace/common/return_to_course_cta.html index fcf93ea3af..72806a7c5c 100644 --- a/openedx/core/djangoapps/ace_common/templates/ace_common/edx_ace/common/return_to_course_cta.html +++ b/openedx/core/djangoapps/ace_common/templates/ace_common/edx_ace/common/return_to_course_cta.html @@ -4,7 +4,9 @@

{# email client support for style sheets is pretty spotty, so we have to inline all of these styles #} 1 %} diff --git a/openedx/core/djangoapps/user_authn/templates/user_authn/edx_ace/passwordreset/email/body.html b/openedx/core/djangoapps/user_authn/templates/user_authn/edx_ace/passwordreset/email/body.html index 5312041d85..f09e38d63f 100644 --- a/openedx/core/djangoapps/user_authn/templates/user_authn/edx_ace/passwordreset/email/body.html +++ b/openedx/core/djangoapps/user_authn/templates/user_authn/edx_ace/passwordreset/email/body.html @@ -37,22 +37,7 @@ {% trans "Change my Password" as course_cta_text %} {# email client support for style sheets is pretty spotty, so we have to inline all of these styles #} - - {# old email clients require the use of the font tag :( #} - {{ course_cta_text }} - + {% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text reset_url=reset_link %} {% endif %} diff --git a/themes/red-theme/lms/templates/ace_common/edx_ace/common/return_to_course_cta.html b/themes/red-theme/lms/templates/ace_common/edx_ace/common/return_to_course_cta.html index ef4bfa5160..69bc6e3b09 100644 --- a/themes/red-theme/lms/templates/ace_common/edx_ace/common/return_to_course_cta.html +++ b/themes/red-theme/lms/templates/ace_common/edx_ace/common/return_to_course_cta.html @@ -4,7 +4,9 @@

{# email client support for style sheets is pretty spotty, so we have to inline all of these styles #} 1 %}