From: yomguy Date: Mon, 9 Jul 2012 12:07:28 +0000 (+0200) Subject: undo loaded test X-Git-Tag: 0.7-dev~27 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fc36ffa4ef78700e3e9b0df2f57402860aeee22f;p=teleforma.git undo loaded test --- diff --git a/teleforma/templates/telemeta/base.html b/teleforma/templates/telemeta/base.html index e0b6769a..cad1868b 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 %} +{% load googletools %} {% get_current_language as LANGUAGE_CODE %} {% get_available_languages as LANGUAGES %} @@ -172,9 +172,7 @@ alt="logo" /> {% endblock layout %} {% block analytics %} -{% ifloaded googletools %} {% analytics_code %} -{% endifloaded %} {% endblock analytics %}