From 7143f0102302ba54229b08bba968fa970f8e241b Mon Sep 17 00:00:00 2001 From: Oscar Carballal Prego Date: Sat, 12 Oct 2013 17:12:34 +0200 Subject: [PATCH] Added google analytics tracking --- src/e_cidadania/templates/base.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/e_cidadania/templates/base.html b/src/e_cidadania/templates/base.html index a1ec0c00..d5f6fc53 100755 --- a/src/e_cidadania/templates/base.html +++ b/src/e_cidadania/templates/base.html @@ -36,7 +36,7 @@

You are using an outdated browser. Please upgrade your browser or activate Google Chrome Frame to improve your experience.

- {# {% get_current_language as LANGUAGE_CODE %} #} + {# {% get_current_language as LANGUAGE_CODE %} #} {# {% cache 500 base_cache_block_1 LANGUAGE_CODE request.user.username %} #} {# {% endcache %} #} - + {% if messages %} {% for message in messages %}
@@ -76,7 +76,7 @@ {% endblock %}
- + - +
{% block content %} {% endblock %} @@ -123,10 +123,19 @@ }); }); + {% block extrajsbottom %} {% endblock %} - + -- 2.11.4.GIT