Commit 14d7a567 by Vedran Karačić Committed by GitHub

Merge pull request #1063 from edx/vkaracic/ECOM-6670

Fix basket page link on payment error page.
parents 31c9a2bf 1e7ef374
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</p> </p>
<p> <p>
{% with "<a class='nav-link' href='|add:basket_url|add:'>"|safe as start_link %} {% with "<a class='nav-link' href='"|add:basket_url|add:"'>"|safe as start_link %}
{% blocktrans with end_link="</a>"|safe %} {% blocktrans with end_link="</a>"|safe %}
To try again, visit the {{ start_link }}basket page{{ end_link }}. To try again, visit the {{ start_link }}basket page{{ end_link }}.
{% endblocktrans %} {% endblocktrans %}
......
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