From 1ebc810ae55c3a695c6ba02e146ba563a9199042 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Mon, 20 Aug 2012 19:16:21 -0400 Subject: [PATCH] Fix some links taht were still pointing to the old courseware course_navigation pages. --- lms/templates/discussion/index.html | 2 +- lms/templates/discussion/user_profile.html | 2 +- lms/templates/news.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/templates/discussion/index.html b/lms/templates/discussion/index.html index f34152c569..9b0494dfff 100644 --- a/lms/templates/discussion/index.html +++ b/lms/templates/discussion/index.html @@ -11,7 +11,7 @@ <%include file="_js_dependencies.html" /> -<%include file="../course_navigation.html" args="active_page='discussion'" /> +<%include file="/courseware/course_navigation.html" args="active_page='discussion'" />
diff --git a/lms/templates/discussion/user_profile.html b/lms/templates/discussion/user_profile.html index 3825879c3b..c4d0d85607 100644 --- a/lms/templates/discussion/user_profile.html +++ b/lms/templates/discussion/user_profile.html @@ -14,7 +14,7 @@ <%include file="_js_dependencies.html" /> -<%include file="../course_navigation.html" args="active_page='discussion'" /> +<%include file="/courseware/course_navigation.html" args="active_page='discussion'" />
diff --git a/lms/templates/news.html b/lms/templates/news.html index 63724759a5..2c37975e2a 100644 --- a/lms/templates/news.html +++ b/lms/templates/news.html @@ -10,7 +10,7 @@ <%block name="js_extra"> -<%include file="course_navigation.html" args="active_page='news'" /> +<%include file="/courseware/course_navigation.html" args="active_page='news'" />