Commit 87d2a4cb by Frances Botsford

reorg of the receipt page header to match rest of the flow; removed cart-list…

reorg of the receipt page header to match rest of the flow; removed cart-list class from receipt page wrapper
parent 4742687a
......@@ -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>
......
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