Commit 0a5ec531 by Sanford Student

moving main

parent 7fd52780
...@@ -70,8 +70,10 @@ ${HTML(fragment.foot_html())} ...@@ -70,8 +70,10 @@ ${HTML(fragment.foot_html())}
</%block> </%block>
<div class="course-wrapper"> <div class="course-wrapper">
<main class="course-content" id="main" tabindex="-1" aria-label="Content"> <section class="course-content" id="course-content">
<main id="main" tabindex="-1" aria-label="Content">
${HTML(fragment.body_html())} ${HTML(fragment.body_html())}
</main>
</section> </section>
</div> </div>
% if course.show_calculator or is_edxnotes_enabled(course): % if course.show_calculator or is_edxnotes_enabled(course):
......
...@@ -150,7 +150,8 @@ ${HTML(fragment.foot_html())} ...@@ -150,7 +150,8 @@ ${HTML(fragment.foot_html())}
</div> </div>
% endif % endif
<main class="course-content" id="main" tabindex="-1" aria-label="Content"> <section class="course-content" id="course-content">
<main id="main" tabindex="-1" aria-label="Content">
<div class="path"></div> <div class="path"></div>
% if getattr(course, 'entrance_exam_enabled') and \ % if getattr(course, 'entrance_exam_enabled') and \
getattr(course, 'entrance_exam_minimum_score_pct') and \ getattr(course, 'entrance_exam_minimum_score_pct') and \
...@@ -184,6 +185,7 @@ ${HTML(fragment.foot_html())} ...@@ -184,6 +185,7 @@ ${HTML(fragment.foot_html())}
${HTML(fragment.body_html())} ${HTML(fragment.body_html())}
</main> </main>
</section>
<section class="courseware-results-wrapper"> <section class="courseware-results-wrapper">
<div id="loading-message" aria-live="polite" aria-relevant="all"></div> <div id="loading-message" aria-live="polite" aria-relevant="all"></div>
......
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