summaryrefslogtreecommitdiffstats
path: root/templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/footer.html')
-rw-r--r--templates/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.html b/templates/footer.html
index 207104ce..637ca0d8 100644
--- a/templates/footer.html
+++ b/templates/footer.html
@@ -26,7 +26,7 @@
</script>
<script type="text/javascript">
try {
- var pageTracker = _gat._getTracker({{ google_analytics_key }});
+ var pageTracker = _gat._getTracker({{ settings.GOOGLE_ANALYTICS_KEY }});
pageTracker._trackPageview();
} catch(err) {}
</script>