Commit ad77bc51 by Tasawer

Fixing issue for french language

ECOM-1932
parent 74c7c2ad
...@@ -67,7 +67,7 @@ from verify_student.views import PayAndVerifyView ...@@ -67,7 +67,7 @@ from verify_student.views import PayAndVerifyView
data-contribution-amount='${contribution_amount}' data-contribution-amount='${contribution_amount}'
data-processors='${json.dumps(processors)}' data-processors='${json.dumps(processors)}'
data-verification-deadline='${verification_deadline}' 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-current-step='${current_step}'
data-requirements='${json.dumps(requirements)}' data-requirements='${json.dumps(requirements)}'
data-msg-key='${message_key}' data-msg-key='${message_key}'
......
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