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 cac82c3a9b..23f4144393 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 @@ -1,8 +1,12 @@ {% load i18n %} - -
-{% get_current_language as LANGUAGE_CODE %} - -
@@ -136,7 +139,7 @@ email itself. -->
+ width="136" height="50" style="margin-{{ LANGUAGE_BIDI|yesno:"left,right" }}: 10px"/>
{% endif %}
{% if mobile_store_urls.google %}
|