From cfee7c082195359a3d0002e4f7b027807ee97407 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 1 Apr 2013 19:37:53 +0100 Subject: [PATCH] Move tracking to the header. --- app/vapemap/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vapemap/templates/base.html b/app/vapemap/templates/base.html index 9e8a4ac..21b654b 100644 --- a/app/vapemap/templates/base.html +++ b/app/vapemap/templates/base.html @@ -22,6 +22,7 @@ var static_url = '{{ STATIC_URL }}'; var django = {'jQuery': $}; + {% include "ga.html" %} {% block style %} {% endblock %} @@ -76,5 +77,4 @@ {% block scripts %} {% endblock %} -{% include "ga.html" %} \ No newline at end of file