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
59a7a47b
Commit
59a7a47b
authored
Sep 10, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Verification: changes formatting of billing address/info on receipt view
parent
253f8e2d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
lms/templates/shoppingcart/verified_cert_receipt.html
+11
-0
No files found.
lms/templates/shoppingcart/verified_cert_receipt.html
View file @
59a7a47b
...
...
@@ -199,8 +199,18 @@
</div>
% endif
</div>
<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>
</p>
</div>
</li>
<
%
doc
>
<li
class=
"info-item billing-info"
>
<h4
class=
"title"
>
${_("Billing Information")}
</h4>
...
...
@@ -250,6 +260,7 @@
</table>
</div>
</li>
</
%
doc>
</ul>
</article>
</div>
...
...
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