Merge pull request #9399 from edx/tasawer/bugfix/ecom-1932-Upgrade-page-not-displaying-in-French

Fixing issue for french language
This commit is contained in:
tasawernawaz
2015-08-21 11:24:09 +05:00

View File

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