From cc6b498228276c2c5115fdccf80d128a175ff870 Mon Sep 17 00:00:00 2001 From: Tasawer Date: Tue, 20 Oct 2015 13:16:18 +0500 Subject: [PATCH] remove escaping html for dashboard link ECOM-2554 --- lms/templates/courseware/progress.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}