Commit fe43622b by Will Daly

Merge pull request #434 from edx/will/critical-i18n-grade-bugfix

Fix grade display that was broken with i18n cleanup
parents c09d94b4 dc0dd194
......@@ -38,10 +38,10 @@
<span class="question__score">
<span class="label sr">{% trans "Overall Grade" %}</span>
<span class="question__score__value">{{ score.points_earned }}</span>
<span class="question__score__value">{{ criterion.median_score }}</span>
<span class="label label--divider sr">out of</span>
<span class="question__score__potential">
{{ score.points_possible }}
{{ criterion.total_value }}
<span class="unit">{% trans "Points" %}</span>
</span>
</span>
......
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