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" %} +

{% trans "View on Web" %}

{# Note this is another late-bound variable #} @@ -87,113 +87,88 @@ email itself. --> - - + + + +
- - + +
- + {% if social_media_urls.linkedin %} + + {% endif %} + {% if social_media_urls.twitter %} + + {% endif %} + {% if social_media_urls.facebook %} + + {% endif %} + {% if social_media_urls.google_plus %} + + {% endif %} + {% if social_media_urls.reddit %} + + {% endif %}
- - - - {% if social_media_urls.linkedin %} - - {% endif %} - {% if social_media_urls.twitter %} - - {% endif %} - {% if social_media_urls.facebook %} - - {% endif %} - {% if social_media_urls.google_plus %} - - {% endif %} - {% if social_media_urls.reddit %} - - {% endif %} - -
- - {% blocktrans %}{{ platform_name }} on LinkedIn{% endblocktrans %} - - - - {% blocktrans %}{{ platform_name }} on Twitter{% endblocktrans %} - - - - {% blocktrans %}{{ platform_name }} on Facebook{% endblocktrans %} - - - - {% blocktrans %}{{ platform_name }} on Google Plus{% endblocktrans %} - - - - {% blocktrans %}{{ platform_name }} on Reddit{% endblocktrans %} - -
-
+ + {% blocktrans %}{{ platform_name }} on LinkedIn{% endblocktrans %} + + + + {% blocktrans %}{{ platform_name }} on Twitter{% endblocktrans %} + + + + {% blocktrans %}{{ platform_name }} on Facebook{% endblocktrans %} + + + + {% blocktrans %}{{ platform_name }} on Google Plus{% endblocktrans %} + + + + {% blocktrans %}{{ platform_name }} on Reddit{% endblocktrans %} + +
- - - - - - -
- - - - -
- {# Note that this variable is evaluated by Sailthru, not the Django template engine #} - - {% trans "Unsubscribe from this list" %} - -
-
- {% if mobile_store_urls.apple %} - - {% trans - - {% endif %} - {% if mobile_store_urls.google %} - - {% trans - - {% endif %} -
+ +
+ {% if mobile_store_urls.apple %} + + {% trans + + {% endif %} + {% if mobile_store_urls.google %} + + {% trans + + {% endif %} +
+ {# Note that this variable is evaluated by Sailthru, not the Django template engine #} + + {% trans "Unsubscribe from this list" %} +
- - - - -
-

- © {% now "Y" %} {{ platform_name }}, {% trans "All rights reserved" %}. -

-

- {% trans "Our mailing address is" %}:
- {{ contact_mailing_address }} -

-
+ © {% now "Y" %} {{ platform_name }}, {% trans "All rights reserved" %}.
+
+ {% trans "Our mailing address is" %}:
+ {{ contact_mailing_address }}