Commit c34fef6c by Sarina Canelake

Merge pull request #2850 from edx/sarina/lms-1548

Fix "Course started?" display on beta dash LMS-1548
parents b292f6c2 4121df47
......@@ -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>
......
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