From fe014690ef2bb674d407970827b7c685d40519dd Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Fri, 22 Dec 2017 13:11:32 -0500 Subject: [PATCH] Fix a11y issues on course dashboard Remove a broken and unneeded aria-controls= attribute and make an id= attribute unique. LEARNER-3709 --- lms/templates/dashboard/_dashboard_course_listing.html | 6 +++--- lms/templates/learner_dashboard/course_card.underscore | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index 1feb06cd65..7936744020 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -61,8 +61,8 @@ from util.course import get_link_for_about_page, get_encoded_course_sharing_utm_ >
<% course_target = reverse(course_home_url_name(course_overview.id), args=[unicode(course_overview.id)]) %> -
-

${_('Course details')}

+
+

${_('Course details')}