Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ecommerce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
ecommerce
Commits
14d7a567
Commit
14d7a567
authored
Dec 22, 2016
by
Vedran Karačić
Committed by
GitHub
Dec 22, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1063 from edx/vkaracic/ECOM-6670
Fix basket page link on payment error page.
parents
31c9a2bf
1e7ef374
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
ecommerce/templates/oscar/checkout/payment_error.html
+1
-1
No files found.
ecommerce/templates/oscar/checkout/payment_error.html
View file @
14d7a567
...
@@ -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 %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment