From: yomguy Date: Mon, 9 Jul 2012 11:57:21 +0000 (+0200) Subject: fix ggcode X-Git-Tag: 0.7-dev~28 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=246a7fec00d0d0bc755a0af394ad91a7504e5791;p=teleforma.git fix ggcode --- diff --git a/teleforma/templates/telemeta/base.html b/teleforma/templates/telemeta/base.html index 66e1aa8f..e0b6769a 100644 --- a/teleforma/templates/telemeta/base.html +++ b/teleforma/templates/telemeta/base.html @@ -2,7 +2,7 @@ {% load i18n %} {% load telemeta_utils %} {% load teleforma_tags %} -{% ifloaded "googletools" %}{% load googletools %}{% endifloaded %} +{% ifloaded googletools %}{% load googletools %}{% endifloaded %} {% get_current_language as LANGUAGE_CODE %} {% get_available_languages as LANGUAGES %} @@ -172,7 +172,7 @@ alt="logo" /> {% endblock layout %} {% block analytics %} -{% ifloaded "googletools" %} +{% ifloaded googletools %} {% analytics_code %} {% endifloaded %} {% endblock analytics %}