From: yomguy Date: Wed, 17 Jul 2013 13:04:35 +0000 (+0200) Subject: rm googletools X-Git-Tag: 1.3-TC~35 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e5cf102df7eeb6e4828769643d4ebeef3a612d3d;p=teleforma.git rm googletools --- diff --git a/teleforma/templates/telemeta/base.html b/teleforma/templates/telemeta/base.html index e255cc2a..eef9708c 100644 --- a/teleforma/templates/telemeta/base.html +++ b/teleforma/templates/telemeta/base.html @@ -2,10 +2,6 @@ {% load i18n %} {% load telemeta_utils %} {% load teleforma_tags %} -{% get_googletools as googletools %} -{% if googletools %} -{% load googletools %} -{% endif %} {% get_current_language as LANGUAGE_CODE %} {% get_available_languages as LANGUAGES %} @@ -203,10 +199,6 @@ alt="logo" /> {% endblock layout %} -{% block analytics %} -{% analytics_code %} -{% endblock analytics %} -