From 4fd530dbac038516dee41226935753c7e9b7d436 Mon Sep 17 00:00:00 2001 From: Victor Shnayder Date: Fri, 5 Oct 2012 11:49:17 -0400 Subject: [PATCH] fix python syntax in template for adding google analytics --- lms/templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/main.html b/lms/templates/main.html index 861059da5d..f234aa72cf 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -20,7 +20,7 @@ - % if course == false: + % if not course: