From 224cca69ae16869f4af089e2fd0a687beabf65c0 Mon Sep 17 00:00:00 2001 From: sandroroux Date: Tue, 24 Oct 2017 16:01:02 -0400 Subject: [PATCH] Changing the templates to make them more accessible. --- .../templates/schedules/edx_ace/common/base_body.html | 2 +- .../templates/schedules/edx_ace/common/base_head.html | 8 +++++++- .../schedules/edx_ace/upgradereminder/email/body.html | 5 +++-- 3 files changed, 11 insertions(+), 4 deletions(-) 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 642b5f7b71..cac82c3a9b 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 @@ -56,7 +56,7 @@ email itself. --> {% blocktrans %}{{ platform_name }} Home Page{% endblocktrans %} + height="30" alt="{% blocktrans %}Go to {{ platform_name }} Home Page{% endblocktrans %}"/> {% trans "Sign In" %} diff --git a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_head.html b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_head.html index f99e4ac307..43dfe96b9e 100644 --- a/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_head.html +++ b/openedx/core/djangoapps/schedules/templates/schedules/edx_ace/common/base_head.html @@ -1,5 +1,11 @@ +{% load i18n %} + -{% block title %}edX Email{% endblock %} + + {% block title %} + {% trans "edX Email" %} + {% endblock %} +