From ee3f46fd3022bc44817d05839f83475ca05987b0 Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Mon, 20 Aug 2012 14:19:47 -0400 Subject: [PATCH] Changed titles on course pages. --- lms/templates/courseware.html | 2 +- lms/templates/info.html | 2 ++ lms/templates/progress.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lms/templates/courseware.html b/lms/templates/courseware.html index 92c6c9707c..9aa1836e93 100644 --- a/lms/templates/courseware.html +++ b/lms/templates/courseware.html @@ -1,7 +1,7 @@ <%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> <%block name="bodyclass">courseware -<%block name="title">Courseware – MITx 6.002x +<%block name="title">${course.number} Courseware <%block name="headextra"> <%static:css group='course'/> diff --git a/lms/templates/info.html b/lms/templates/info.html index a04e31896f..a2b94a2b98 100644 --- a/lms/templates/info.html +++ b/lms/templates/info.html @@ -5,6 +5,8 @@ <%static:css group='course'/> +<%block name="title">${course.number} Course Info + <%include file="course_navigation.html" args="active_page='info'" /> <%! from courseware.courses import get_course_info_section diff --git a/lms/templates/progress.html b/lms/templates/progress.html index 5ce86d04c2..d9608d7cea 100644 --- a/lms/templates/progress.html +++ b/lms/templates/progress.html @@ -7,7 +7,7 @@ <%namespace name="profile_graphs" file="profile_graphs.js"/> -<%block name="title">Progress - edX 6.002x +<%block name="title">${course.number} Progress <%! from django.core.urlresolvers import reverse