diff --git a/lms/templates/courseware/info.html b/lms/templates/courseware/info.html
index 612ac5c08b..3c2109d1f2 100644
--- a/lms/templates/courseware/info.html
+++ b/lms/templates/courseware/info.html
@@ -1,18 +1,16 @@
<%! from django.utils.translation import ugettext as _ %>
<%! from courseware.courses import get_course_info_section %>
-<%inherit file="/main.html" />
-<%namespace name='static' file='/static_content.html'/>
+<%inherit file="../main.html" />
+<%namespace name='static' file='../static_content.html'/>
-<%block name="pagetitle">${__("{course_number} Course Info").format(course_number=course.display_number_with_default)}%block>
+<%block name="pagetitle">${_("{course_number} Course Info").format(course_number=course.display_number_with_default)}%block>
<%block name="headextra">
<%static:css group='style-course-vendor'/>
<%static:css group='style-course'/>
%block>
-<%block name="title">
${_("{course_number} Course Info").format(course_number=course.display_number_with_default)}%block>
-
<%include file="/dashboard/_dashboard_prompt_midcourse_reverify.html" />
<%include file="/courseware/course_navigation.html" args="active_page='info'" />
diff --git a/lms/templates/verify_student/midcourse_photo_reverification.html b/lms/templates/verify_student/midcourse_photo_reverification.html
index 535b5f7639..e1bca374e2 100644
--- a/lms/templates/verify_student/midcourse_photo_reverification.html
+++ b/lms/templates/verify_student/midcourse_photo_reverification.html
@@ -4,7 +4,7 @@
<%namespace name='static' file='/static_content.html'/>
<%block name="bodyclass">midcourse-reverification-process is-not-verified step-photos register%block>
-<%block name="title">${_("Re-Verify")}%block>
+<%block name="pagetitle">${_("Re-Verify")}%block>
<%block name="js_extra">
diff --git a/lms/templates/verify_student/midcourse_reverification_confirmation.html b/lms/templates/verify_student/midcourse_reverification_confirmation.html
index 7cfadc6283..8a1aeaa4f0 100644
--- a/lms/templates/verify_student/midcourse_reverification_confirmation.html
+++ b/lms/templates/verify_student/midcourse_reverification_confirmation.html
@@ -5,7 +5,7 @@
<%namespace name='static' file='/static_content.html'/>
<%block name="bodyclass">register verification-process is-not-verified step-confirmation%block>
-<%block name="title">${_("Re-Verification Submission Confirmation")}%block>
+<%block name="pagetitle">${_("Re-Verification Submission Confirmation")}%block>
<%block name="content">
diff --git a/lms/templates/verify_student/midcourse_reverify_dash.html b/lms/templates/verify_student/midcourse_reverify_dash.html
index 06cf47ba65..45a068943f 100644
--- a/lms/templates/verify_student/midcourse_reverify_dash.html
+++ b/lms/templates/verify_student/midcourse_reverify_dash.html
@@ -2,11 +2,7 @@
<%! from django.core.urlresolvers import reverse %>
<%inherit file="../main.html" />
<%block name="bodyclass">midcourse-reverification-process step-dash register%block>
-<%block name="title">
-
- ${_("Reverification Status")}
-
-%block>
+<%block name="pagetitle">${_("Reverification Status")}%block>
<%block name="content">
diff --git a/lms/templates/verify_student/reverification_window_expired.html b/lms/templates/verify_student/reverification_window_expired.html
index b113f8d44f..6ae08c894e 100644
--- a/lms/templates/verify_student/reverification_window_expired.html
+++ b/lms/templates/verify_student/reverification_window_expired.html
@@ -5,7 +5,7 @@
<%namespace name='static' file='/static_content.html'/>
<%block name="bodyclass">register verification-process is-not-verified step-confirmation%block>
-<%block name="title">
${_("Re-Verification Failed")}%block>
+<%block name="pagetitle">${_("Re-Verification Failed")}%block>
<%block name="js_extra">