From 33378bbafdb7eee796787dc9dbb4ef86ade9155a Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Wed, 3 Oct 2012 19:33:12 -0400 Subject: [PATCH] added google analytics to all pages without a course object --- lms/templates/main.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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" />
${self.body()}