From 2caafb22f177f8204705561be1a2f5f7db6dcc01 Mon Sep 17 00:00:00 2001
From: Ahsan Ulhaq
Date: Thu, 26 Feb 2015 20:50:29 +0500
Subject: [PATCH 1/2] Missing accessible label in lms elements.
many of the nav elements in the lms dont have the accessible labels
TNL-1554
---
lms/templates/courseware/course_about.html | 2 +-
.../dashboard/_dashboard_prompt_midcourse_reverify.html | 4 ++--
lms/templates/discussion/user_profile.html | 2 +-
lms/templates/staticbook.html | 2 +-
.../verify_student/midcourse_photo_reverification.html | 2 +-
lms/templates/verify_student/photo_reverification.html | 6 +++---
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/lms/templates/courseware/course_about.html b/lms/templates/courseware/course_about.html
index 29967f7b34..b297bf2b8a 100644
--- a/lms/templates/courseware/course_about.html
+++ b/lms/templates/courseware/course_about.html
@@ -206,7 +206,7 @@ from edxmako.shortcuts import marketing_link
% endif
-
+
${_("Overview")}
## ${_("FAQ")}
## ${_("Requirements")}
diff --git a/lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html b/lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html
index f1615a40fa..fb62add365 100644
--- a/lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html
+++ b/lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html
@@ -23,7 +23,7 @@
-
+
${_('Notification Actions')}
-
+
${_('Notification Actions')}
Re-verify
diff --git a/lms/templates/discussion/user_profile.html b/lms/templates/discussion/user_profile.html
index 03b3aa71f3..c13711279b 100644
--- a/lms/templates/discussion/user_profile.html
+++ b/lms/templates/discussion/user_profile.html
@@ -23,7 +23,7 @@
-
+
${_("Once you verify your photo looks good, you can move on to step 2.")}
@@ -271,7 +271,7 @@
-
+
${_("Once you verify your ID photo looks good, you can move on to step 3.")}
@@ -364,7 +364,7 @@
-
+
Before proceeding, please confirm that your details match
From d116f84c12fb9c0dd43a433f6f9948a1ceebe799 Mon Sep 17 00:00:00 2001
From: Ahsan Ulhaq
Date: Thu, 5 Mar 2015 15:13:21 +0500
Subject: [PATCH 2/2] Removed aria label from section tag
---
lms/templates/discussion/user_profile.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lms/templates/discussion/user_profile.html b/lms/templates/discussion/user_profile.html
index c13711279b..fae5d837bf 100644
--- a/lms/templates/discussion/user_profile.html
+++ b/lms/templates/discussion/user_profile.html
@@ -22,7 +22,7 @@