Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx-platform
Commits
3e9584bb
Commit
3e9584bb
authored
Sep 11, 2013
by
Frances Botsford
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup on vcert payment error and receipt billing info
parent
f04365c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
+1
-6
lms/templates/shoppingcart/error.html
+0
-2
lms/templates/shoppingcart/verified_cert_receipt.html
+1
-4
No files found.
lms/templates/shoppingcart/error.html
View file @
3e9584bb
...
@@ -9,6 +9,4 @@
...
@@ -9,6 +9,4 @@
<section
class=
"container"
>
<section
class=
"container"
>
<p><h1>
${_("There was an error processing your order!")}
</h1></p>
<p><h1>
${_("There was an error processing your order!")}
</h1></p>
${error_html}
${error_html}
<p><a
href=
"${reverse('shoppingcart.views.show_cart')}"
>
${_("Return to cart to retry payment")}
</a></p>
</section>
</section>
lms/templates/shoppingcart/verified_cert_receipt.html
View file @
3e9584bb
...
@@ -202,10 +202,7 @@
...
@@ -202,10 +202,7 @@
<div
class=
"copy"
>
<div
class=
"copy"
>
<p>
${_("Billed To")}:
<p>
${_("Billed To")}:
<span
class=
"name-first"
>
${order.bill_to_first}
</span>
<span
class=
"name-last"
>
${order.bill_to_last}
</span><br
/>
<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>
)
<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>
</p>
</p>
</div>
</div>
</li>
</li>
...
...
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