diff --git a/lms/templates/courseware/progress.html b/lms/templates/courseware/progress.html index d2e8503b79..f68e93292f 100644 --- a/lms/templates/courseware/progress.html +++ b/lms/templates/courseware/progress.html @@ -112,7 +112,7 @@ from django.utils.http import urlquote_plus ${_("{a_start}Go to your dashboard{a_end} to purchase course credit.").format( a_start=u"".format(url=reverse('dashboard')), a_end="" - ) | h} + )} %elif credit_course_requirements['eligibility_status'] == 'partial_eligible': ${_("{student_name}, you have not yet met the requirements for credit.").format(student_name=student.profile.name) | h}