Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
53d376b6
Commit
53d376b6
authored
11 years ago
by
frances botsford
Browse files
Options
Downloads
Plain Diff
Merge pull request #934 from edx/fix/frances/vcert-receipt
Fix/frances/vcert receipt
parents
f04365c0
3e9584bb
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/templates/shoppingcart/error.html
+0
-2
0 additions, 2 deletions
lms/templates/shoppingcart/error.html
lms/templates/shoppingcart/verified_cert_receipt.html
+1
-4
1 addition, 4 deletions
lms/templates/shoppingcart/verified_cert_receipt.html
with
1 addition
and
6 deletions
lms/templates/shoppingcart/error.html
+
0
−
2
View file @
53d376b6
...
...
@@ -9,6 +9,4 @@
<section
class=
"container"
>
<p><h1>
${_("There was an error processing your order!")}
</h1></p>
${error_html}
<p><a
href=
"${reverse('shoppingcart.views.show_cart')}"
>
${_("Return to cart to retry payment")}
</a></p>
</section>
This diff is collapsed.
Click to expand it.
lms/templates/shoppingcart/verified_cert_receipt.html
+
1
−
4
View file @
53d376b6
...
...
@@ -202,10 +202,7 @@
<div
class=
"copy"
>
<p>
${_("Billed To")}:
<span
class=
"name-first"
>
${order.bill_to_first}
</span>
<span
class=
"name-last"
>
${order.bill_to_last}
</span><br
/>
<span
class=
"address-street1"
>
${order.bill_to_street1}
</span>
<span
class=
"address-street2"
>
${order.bill_to_street2}
</span><br
/>
<span
class=
"address-city"
>
${order.bill_to_city}
</span>
,
<span
class=
"address-state"
>
${order.bill_to_state}
</span>
<span
class=
"address-postalcode"
>
${order.bill_to_postalcode}
</span><br
/>
<span
class=
"address-country"
>
${order.bill_to_country.upper()}
</span>
<span
class=
"name-first"
>
${order.bill_to_first}
</span>
<span
class=
"name-last"
>
${order.bill_to_last}
</span>
(
<span
class=
"address-city"
>
${order.bill_to_city}
</span>
,
<span
class=
"address-state"
>
${order.bill_to_state}
</span>
<span
class=
"address-postalcode"
>
${order.bill_to_postalcode}
</span>
<span
class=
"address-country"
>
${order.bill_to_country.upper()}
</span>
)
</p>
</div>
</li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment