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 name="pagetitle">${_("{course_number} Course Info").format(course_number=course.display_number_with_default)} <%block name="headextra"> <%static:css group='style-course-vendor'/> <%static:css group='style-course'/> -<%block name="title">${_("{course_number} Course Info").format(course_number=course.display_number_with_default)} - <%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 name="title">${_("Re-Verify")} +<%block name="pagetitle">${_("Re-Verify")} <%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 name="title">${_("Re-Verification Submission Confirmation")} +<%block name="pagetitle">${_("Re-Verification Submission Confirmation")} <%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 name="title"> - - ${_("Reverification Status")} - - +<%block name="pagetitle">${_("Reverification Status")} <%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 name="title">${_("Re-Verification Failed")} +<%block name="pagetitle">${_("Re-Verification Failed")} <%block name="js_extra">