LMS: fixing skip links and adding a11y tests
This commit is contained in:
@@ -37,7 +37,7 @@ ${static.get_page_title_breadcrumbs(course_name())}
|
||||
<%static:css group='style-student-notes'/>
|
||||
% endif
|
||||
|
||||
<%block name="nav_skip">${"#seq_content" if section_title else "#course-content"}</%block>
|
||||
<%block name="nav_skip">${"#content" if section_title else "#content"}</%block>
|
||||
|
||||
<%include file="../discussion/_js_head_dependencies.html" />
|
||||
${fragment.head_html()}
|
||||
|
||||
@@ -62,7 +62,7 @@ ${static.get_page_title_breadcrumbs(course_name())}
|
||||
<%static:css group='style-student-notes'/>
|
||||
% endif
|
||||
|
||||
<%block name="nav_skip">${"#seq_content" if section_title else "#course-content"}</%block>
|
||||
<%block name="nav_skip">${"#content" if section_title else "#content"}</%block>
|
||||
|
||||
<%include file="../discussion/_js_head_dependencies.html" />
|
||||
${fragment.head_html()}
|
||||
|
||||
@@ -18,7 +18,7 @@ from django.utils.http import urlquote_plus
|
||||
<%namespace name="progress_graph" file="/courseware/progress_graph.js"/>
|
||||
|
||||
<%block name="pagetitle">${_("{course_number} Progress").format(course_number=course.display_number_with_default) | h}</%block>
|
||||
<%block name="nav_skip">#course-info-progress</%block>
|
||||
<%block name="nav_skip">#content</%block>
|
||||
|
||||
<%block name="js_extra">
|
||||
<script type="text/javascript" src="${static.url('js/vendor/flot/jquery.flot.js') | h}"></script>
|
||||
|
||||
Reference in New Issue
Block a user