diff --git a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_body.html b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_body.html index d5cac9ae7e..d3923d996d 100644 --- a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_body.html +++ b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_body.html @@ -20,7 +20,7 @@ email itself. --> {# Note {view_url} is not a template variable that is evaluated by the Django template engine. It is evaluated by #} {# Sailthru when the email is sent. Other email providers would need to replace this variable in the HTML as well. #} -{% trans "View on Web" %} +
{# Note this is another late-bound variable #} @@ -87,113 +87,88 @@ email itself. -->
-
-
- |
+ {% if mobile_store_urls.apple %}
+
+ |
+
+
+ {% endif %}
+ {% if mobile_store_urls.google %}
+
+
+
+ {% endif %}
+
+ {# Note that this variable is evaluated by Sailthru, not the Django template engine #}
+
+ {% trans "Unsubscribe from this list" %}
+
|
- |
+ + {% trans "Our mailing address is" %}: + {{ contact_mailing_address }} |