Commit 4fd530db by Victor Shnayder

fix python syntax in template for adding google analytics

parent 94960649
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<![endif]--> <![endif]-->
<meta name="path_prefix" content="${MITX_ROOT_URL}"> <meta name="path_prefix" content="${MITX_ROOT_URL}">
% if course == false: % if not course:
<script type="text/javascript"> <script type="text/javascript">
var _gaq = _gaq || []; var _gaq = _gaq || [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment