add quotation mark to _dashboard_course_listing.html

This commit is contained in:
Adam Palay
2014-05-06 14:44:40 -04:00
parent ee0970fc04
commit 5613f19994

View File

@@ -52,7 +52,7 @@
<span class="sts-enrollment-value">${_("Honor Code")}</span>
</span>
% elif enrollment.mode == "audit":
<span class="sts-enrollment" title="${_("You're auditing this course")}>
<span class="sts-enrollment" title="${_("You're auditing this course")}">
<span class="label">${_("Enrolled as: ")}</span>
<span class="sts-enrollment-value">${_("Auditing")}</span>
</span>