Commit 022a8736 by tasawernawaz

Merge pull request #10263 from edx/tasawer/story/ecom-2554-credit-link-escaping-html

Remove escaping html from dashboard link
parents ad889344 cc6b4982
......@@ -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>
......
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