diff --git a/lms/templates/main.html b/lms/templates/main.html index dd44ebb1f3..861059da5d 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -11,7 +11,6 @@ <%static:js group='main_vendor'/> <%block name="headextra"/> - @@ -20,9 +19,26 @@ <%static:css group='ie-fixes'/> + + % if course == false: + + % endif
+ <%include file="navigation.html" />