Commit 60844125 by Brian Talbot

Verification: changed page title, progress to reflect registration completion + I8TN copy changes

parent 6a081ffc
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<%inherit file="../main.html" /> <%inherit file="../main.html" />
<%block name="bodyclass">register verification-process step-confirmation</%block> <%block name="bodyclass">register verification-process step-confirmation</%block>
<%block name="title"><title>${_("Register for [Course Name] | Receipt (Order")} ${order.id})</title></%block> <%block name="title"><title>${_("Receipt (Order")} ${order.id})</title></%block>
<%block name="content"> <%block name="content">
% if notification is not UNDEFINED: % if notification is not UNDEFINED:
...@@ -22,12 +22,12 @@ ...@@ -22,12 +22,12 @@
<header class="page-header"> <header class="page-header">
<h2 class="title"> <h2 class="title">
<span class="wrapper-sts"> <span class="wrapper-sts">
<span class="sts">${_("You are registering for")}</span> <span class="sts">${_("You are now registered for")}</span>
<span class="sts-course">${course.display_name}</span> <span class="sts-course">${course.display_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">${_("Registering as: ")}</span> ${_("ID Verified")} <span class="context">${_("Registered as: ")}</span> ${_("ID Verified")}
</span> </span>
</span> </span>
</h2> </h2>
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<article class="content-main"> <article class="content-main">
<h3 class="title">Congratulations! You are now verified on ${_(settings.PLATFORM_NAME)}.</h3> <h3 class="title">${_("Congratulations! You are now verified on ")} ${_(settings.PLATFORM_NAME)}.</h3>
<div class="instruction"> <div class="instruction">
<p>${_("You are now registered as a verified student! Your registration details are below.")}</p> <p>${_("You are now registered as a verified student! Your registration details are below.")}</p>
...@@ -90,15 +90,15 @@ ...@@ -90,15 +90,15 @@
<ul class="list-info"> <ul class="list-info">
<li class="info-item course-info"> <li class="info-item course-info">
<h4 class="title">You are registered for:</h4> <h4 class="title">${_("You are registered for:")}</h4>
<div class="copy"> <div class="copy">
<table> <table>
<caption class="sr">A list of courses you have just registered for as a verified student</caption> <caption class="sr">${_("A list of courses you have just registered for as a verified student")}</caption>
<thead> <thead>
<tr> <tr>
<th>Course</th> <th>${_("Course")}</th>
<th>Status</th> <th>${_("Status")}</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<td>${item.line_desc}</td> <td>${item.line_desc}</td>
<td>${_("Starts: {start_date}").format(start_date=course.start_date_text)} <td>${_("Starts: {start_date}").format(start_date=course.start_date_text)}
<ul class="list-actions"> <ul class="list-actions">
<li class="action action-course"><a href="${reverse('course_root', kwargs={'course_id': item.course_id})}">Go to Course</a></li> <li class="action action-course"><a href="${reverse('course_root', kwargs={'course_id': item.course_id})}">${_("Go to Course")}</a></li>
</ul> </ul>
</td> </td>
</tr> </tr>
...@@ -116,19 +116,19 @@ ...@@ -116,19 +116,19 @@
</table> </table>
<ul class="list-actions"> <ul class="list-actions">
<li class="action action-dashboard"><a href="${reverse('dashboard')}">Go to your Dashboard</a></li> <li class="action action-dashboard"><a href="${reverse('dashboard')}">${_("Go to your Dashboard")}</a></li>
</ul> </ul>
</div> </div>
</li> </li>
<li class="info-item verification-info"> <li class="info-item verification-info">
<h4 class="title">Verified Status</h4> <h4 class="title">${_("Verified Status")}</h4>
<div class="copy"> <div class="copy">
<p>We have received your identification details to verify your identity. If there is a problem with any of the items, we will contact you to resubmit. You can now register for any of the verified certificate courses this semester without having to re-verify.</p> <p>${_("We have received your identification details to verify your identity. If there is a problem with any of the items, we will contact you to resubmit. You can now register for any of the verified certificate courses this semester without having to re-verify.")}</p>
<p>The professor will ask you to periodically submit a new photo to verify your work during the course (usually at exam times).</p> <p>${_("The professor will ask you to periodically submit a new photo to verify your work during the course (usually at exam times).")}</p>
</div> </div>
</li> </li>
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
</table> </table>
% if any_refunds: % if any_refunds:
<p> <p>
${_("Note: items with strikethough like ")}<del>this</del>${_(" have been refunded.")} ${_("Note: items with strikethough like ")}<del>${_("this")}</del>${_(" have been refunded.")}
</p> </p>
% endif % endif
</div> </div>
......
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