No role inside of courseware

AC-108
This commit is contained in:
Ahsan Ulhaq
2015-05-15 11:20:25 +05:00
parent 36060f3f9b
commit 7922858526

View File

@@ -176,7 +176,7 @@ ${fragment.foot_html()}
</div>
</div>
% endif
<section class="course-content" id="course-content">
<section class="course-content" id="course-content" role="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: