Commit 3df7286d by Sanford Student

moving tabindex

parent 19d6e21a
......@@ -70,7 +70,7 @@ ${HTML(fragment.foot_html())}
</%block>
<div class="course-wrapper">
<section class="course-content" id="course-content">
<section class="course-content" id="course-content" tabindex="-1">
${HTML(fragment.body_html())}
</section>
</div>
......
......@@ -150,9 +150,9 @@ ${HTML(fragment.foot_html())}
</div>
% endif
<section class="course-content" id="course-content">
<section class="course-content" id="course-content" tabindex="-1">
<div class="path"></div>
<main id="main" aria-label="Content" tabindex="-1">
<main id="main" aria-label="Content">
% if getattr(course, 'entrance_exam_enabled') and \
getattr(course, 'entrance_exam_minimum_score_pct') and \
entrance_exam_current_score is not UNDEFINED:
......
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