<liclass="action action-course"><ahref="${reverse('course_root', kwargs={'course_id': item.course_id})}">Go to Course</a></li>
<liclass="action action-course"><ahref="${reverse('course_root', kwargs={'course_id': item.course_id})}">${_("Go to Course")}</a></li>
</ul>
</td>
</tr>
...
...
@@ -116,19 +116,19 @@
</table>
<ulclass="list-actions">
<liclass="action action-dashboard"><ahref="${reverse('dashboard')}">Go to your Dashboard</a></li>
<liclass="action action-dashboard"><ahref="${reverse('dashboard')}">${_("Go to your Dashboard")}</a></li>
</ul>
</div>
</li>
<liclass="info-item verification-info">
<h4class="title">Verified Status</h4>
<h4class="title">${_("Verified Status")}</h4>
<divclass="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>
</li>
...
...
@@ -175,7 +175,7 @@
</table>
% if any_refunds:
<p>
${_("Note: items with strikethough like ")}<del>this</del>${_(" have been refunded.")}
${_("Note: items with strikethough like ")}<del>${_("this")}</del>${_(" have been refunded.")}