Fix "Course started?" display on beta dash LMS-1548
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<li class="field text is-not-editable" id="field-course-started">
|
||||
<label for="start-date">${_("Has the course started?")}</label>
|
||||
|
||||
<b>${_("Yes") if section_data['grade_cutoffs'] else _("No")}</b>
|
||||
<b>${_("Yes") if section_data['has_started'] else _("No")}</b>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user