remove escaping html for dashboard link

ECOM-2554
This commit is contained in:
Tasawer
2015-10-20 13:16:18 +05:00
parent ad889344b1
commit cc6b498228

View File

@@ -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"<a href={url}>".format(url=reverse('dashboard')),
a_end="</a>"
) | h}
)}
</span>
%elif credit_course_requirements['eligibility_status'] == 'partial_eligible':
<span>${_("{student_name}, you have not yet met the requirements for credit.").format(student_name=student.profile.name) | h}</span>