Commit 15b3b9ad by Brian Talbot

Merge pull request #977 from edx/talbs/fix-i8tn-nav

LMS: Header Logo/Brand alt Attribute Value Fix
parents 03e8c4b0 4b4c68d9
...@@ -44,7 +44,7 @@ site_status_msg = get_site_status_msg(course_id) ...@@ -44,7 +44,7 @@ site_status_msg = get_site_status_msg(course_id)
<h1 class="logo"> <h1 class="logo">
<a href="${marketing_link('ROOT')}"> <a href="${marketing_link('ROOT')}">
<%block name="navigation_logo"> <%block name="navigation_logo">
<img src="${static.url(branding.get_logo_url(request.META.get('HTTP_HOST')))}" alt="${_('{settings.PLATFORM_NAME} home')}" /> <img src="${static.url(branding.get_logo_url(request.META.get('HTTP_HOST')))}" alt="${settings.PLATFORM_NAME} ${_('Home')}" />
</%block> </%block>
</a> </a>
</h1> </h1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment