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
69867159
Commit
69867159
authored
Oct 31, 2014
by
frances botsford
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5750 from edx/frances/fix/receipt-layout-fixes
Verified Receipt page layout fixes
parents
7d2a2f89
87d2a4cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
lms/templates/shoppingcart/verified_cert_receipt.html
+9
-11
No files found.
lms/templates/shoppingcart/verified_cert_receipt.html
View file @
69867159
...
...
@@ -13,23 +13,21 @@
% endif
<div
class=
"container"
>
<section
class=
"wrapper
cart-list
"
>
<section
class=
"wrapper"
>
<header
class=
"page-header"
>
<h2
class=
"title"
>
<span
class=
"sts-label"
>
${_("You are now registered for: ")}
</span>
<span
class=
"wrapper-sts"
>
<span
class=
"sts-
course"
>
<span
class=
"sts-course-org"
>
${course_org}
</span>
<span
class=
"sts-course-number"
>
${course_num}
</span>
<span
class=
"sts-course-name"
>
${course_name}
</span>
</span>
<span
class=
"sts-
label"
>
${_("You are now registered for: ")}
</span
>
<span
class=
"sts-course-org"
>
${course_org}
</span>
<span
class=
"sts-course-number"
>
${course_num}
</span>
<span
class=
"sts-course-name"
>
${course_name}
</span>
</span>
<span
class=
"sts-track"
>
<span
class=
"sts-track-value"
>
<span
class=
"context"
>
${_("Registered as: ")}
</span>
${_("ID Verified")}
</span>
<span
class=
"sts-track"
>
<span
class=
"sts-track-value"
>
<span
class=
"context"
>
${_("Registered as: ")}
</span>
${_("ID Verified")}
</span>
</span>
</h2>
...
...
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