lms - adds in alt text attribute to logo/edX home image for accessibility purposes

This commit is contained in:
Brian Talbot
2013-06-04 14:45:45 -04:00
parent f34b131678
commit 7c4e20f9e5

View File

@@ -39,7 +39,7 @@ site_status_msg = get_site_status_msg(course_id)
<h1 class="logo">
<a href="${marketing_link('ROOT')}">
<img src="${static.url(branding.get_logo_url(request.META.get('HTTP_HOST')))}"/>
<img src="${static.url(branding.get_logo_url(request.META.get('HTTP_HOST')))}" alt="edX home" />
</a></h1>
% if course: