Commit 96db549c by Zia Fazal

Fixed typo in receipt template

parent 6456d986
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
{% endcaptureas %} {% endcaptureas %}
{% if has_enrollment_code_product %} {% if has_enrollment_code_product %}
{% blocktrans trimmed with email=order.user.email link_end="</a>" %} {% blocktrans trimmed with email=order.user.email link_end="</a>" %}
Your order is complete. You will receive a confirmation message and your enrollment codes(s) at Your order is complete. You will receive a confirmation message and your enrollment code(s) at
{{ link_start }}{{ email }}{{ link_end }}. If you need a receipt, you can print this page. {{ link_start }}{{ email }}{{ link_end }}. If you need a receipt, you can print this page.
{% endblocktrans %} {% endblocktrans %}
{% else %} {% else %}
......
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