From fdc8de44a9da416ce3c62ff50ffee51ab9e305ff Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Thu, 14 Jun 2012 17:06:00 -0400 Subject: [PATCH] Nav bar on courses page. --- lms/templates/courses.html | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/templates/courses.html b/lms/templates/courses.html index da294e8efc..e51fbac952 100644 --- a/lms/templates/courses.html +++ b/lms/templates/courses.html @@ -1,5 +1,4 @@ <%inherit file="main.html" /> -<%include file="guest_navigation.html" args="active_page='info'" /> <%namespace name='static' file='static_content.html'/>