<h2class="title header-white-title">You are registering for [coursename] (ID Verified)</h2>
<h2class="title header-white-title">You are registering for ${course_id} (ID Verified)</h2>
</header>
</header>
<sectionclass="progress">
<sectionclass="progress">
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<h3class="title">Steps to get Verified</h3>
<h3class="title">Steps to get Verified</h3>
<divclass="next-step">
<divclass="next-step">
<pclass="m-btn-primary"><ahref="${reverse('verify_student/face_upload')}">Go to Step 1: Take my Photo</a></p>
<pclass="m-btn-primary"><ahref="${reverse('verify_student_verify') + '?course_id=' + course_id}">Go to Step 1: Take my Photo</a></p>
</div>
</div>
<h4class="step"><spanclass="number">1</span> Take Your Photo</h4>
<h4class="step"><spanclass="number">1</span> Take Your Photo</h4>
...
@@ -82,9 +82,8 @@
...
@@ -82,9 +82,8 @@
<p>You are now verified. You can sign up for more courses, or get started on your course once it starts. While you will need to re-verify in the course prior to exams or expercises, you may also have to re-verify if we feel your photo we have on file may be out of date.</p>
<p>You are now verified. You can sign up for more courses, or get started on your course once it starts. While you will need to re-verify in the course prior to exams or expercises, you may also have to re-verify if we feel your photo we have on file may be out of date.</p>
<divclass="next-step">
<divclass="next-step">
<pclass="m-btn-primary"><ahref="${reverse('verify_student/face_upload')}">Go to Step 1: Take my Photo</a></p>
<pclass="m-btn-primary"><ahref="${reverse('verify_student_verify') + '?course_id=' + course_id}">Go to Step 1: Take my Photo</a></p>