From ad77bc51ec61bc98f42750578f8a821305ccd38f Mon Sep 17 00:00:00 2001 From: Tasawer Date: Thu, 20 Aug 2015 17:49:52 +0500 Subject: [PATCH] Fixing issue for french language ECOM-1932 --- lms/templates/verify_student/pay_and_verify.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/verify_student/pay_and_verify.html b/lms/templates/verify_student/pay_and_verify.html index e483591a5a..2e1dc3c2e7 100644 --- a/lms/templates/verify_student/pay_and_verify.html +++ b/lms/templates/verify_student/pay_and_verify.html @@ -67,7 +67,7 @@ from verify_student.views import PayAndVerifyView data-contribution-amount='${contribution_amount}' data-processors='${json.dumps(processors)}' data-verification-deadline='${verification_deadline}' - data-display-steps='${json.dumps(display_steps)}' + data-display-steps='${json.dumps(display_steps) | h}' data-current-step='${current_step}' data-requirements='${json.dumps(requirements)}' data-msg-key='${message_key}'