Move tracking to the header.

This commit is contained in:
2013-04-01 19:37:53 +01:00
parent 46cb610f95
commit cfee7c0821

View File

@@ -22,6 +22,7 @@
var static_url = '{{ STATIC_URL }}';
var django = {'jQuery': $};
</script>
{% include "ga.html" %}
{% block style %}
{% endblock %}
</head>
@@ -76,5 +77,4 @@
<script src="{% static "js/bootstrap.min.js" %}"></script>
{% block scripts %}
{% endblock %}
{% include "ga.html" %}
</html>