Make event handlers fire properly

Respond to review comments

LMS-1242
This commit is contained in:
Sarina Canelake
2013-10-29 16:56:49 -04:00
parent 57a57e8af7
commit b86e912905
12 changed files with 78 additions and 86 deletions

View File

@@ -37,11 +37,7 @@
<li class="field text is-not-editable" id="field-course-started">
<label for="start-date">${_("Has the course started?")}</label>
%if section_data['has_started']:
<b>${_("Yes")}</b>
%else:
<b>${_("No")}</b>
%endif
<b>${_("Yes") if section_data['grade_cutoffs'] else _("No")}</b>
</li>