Commit 7fd52780 by Sanford Student

just seeing what happens if i do this

parent 3df7286d
...@@ -70,7 +70,7 @@ ${HTML(fragment.foot_html())} ...@@ -70,7 +70,7 @@ ${HTML(fragment.foot_html())}
</%block> </%block>
<div class="course-wrapper"> <div class="course-wrapper">
<section class="course-content" id="course-content" tabindex="-1"> <main class="course-content" id="main" tabindex="-1" aria-label="Content">
${HTML(fragment.body_html())} ${HTML(fragment.body_html())}
</section> </section>
</div> </div>
......
...@@ -150,9 +150,8 @@ ${HTML(fragment.foot_html())} ...@@ -150,9 +150,8 @@ ${HTML(fragment.foot_html())}
</div> </div>
% endif % endif
<section class="course-content" id="course-content" tabindex="-1"> <main class="course-content" id="main" tabindex="-1" aria-label="Content">
<div class="path"></div> <div class="path"></div>
<main id="main" aria-label="Content">
% 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 \
entrance_exam_current_score is not UNDEFINED: entrance_exam_current_score is not UNDEFINED:
...@@ -184,8 +183,7 @@ ${HTML(fragment.foot_html())} ...@@ -184,8 +183,7 @@ ${HTML(fragment.foot_html())}
% endif % endif
${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