Commit 69867159 by frances botsford

Merge pull request #5750 from edx/frances/fix/receipt-layout-fixes

Verified Receipt page layout fixes
parents 7d2a2f89 87d2a4cb
...@@ -13,23 +13,21 @@ ...@@ -13,23 +13,21 @@
% endif % endif
<div class="container"> <div class="container">
<section class="wrapper cart-list"> <section class="wrapper">
<header class="page-header"> <header class="page-header">
<h2 class="title"> <h2 class="title">
<span class="sts-label">${_("You are now registered for: ")}</span>
<span class="wrapper-sts"> <span class="wrapper-sts">
<span class="sts-course"> <span class="sts-label">${_("You are now registered for: ")}</span>
<span class="sts-course-org">${course_org}</span> <span class="sts-course-org">${course_org}</span>
<span class="sts-course-number">${course_num}</span> <span class="sts-course-number">${course_num}</span>
<span class="sts-course-name">${course_name}</span> <span class="sts-course-name">${course_name}</span>
</span> </span>
<span class="sts-track"> <span class="sts-track">
<span class="sts-track-value"> <span class="sts-track-value">
<span class="context">${_("Registered as: ")}</span> ${_("ID Verified")} <span class="context">${_("Registered as: ")}</span> ${_("ID Verified")}
</span>
</span> </span>
</span> </span>
</h2> </h2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment