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}'