]> git.parisson.com Git - teleforma.git/commitdiff
rm googletools
authoryomguy <yomguy@parisson.com>
Wed, 17 Jul 2013 13:04:35 +0000 (15:04 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 17 Jul 2013 13:04:35 +0000 (15:04 +0200)
teleforma/templates/telemeta/base.html

index e255cc2a20abc164f084b50836e5e41f54b79360..eef9708cdd871f9e5283358943d1ae5839560b25 100644 (file)
@@ -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 %}
 <html xmlns="http://www.w3.org/1999/xhtml" lang="{{ LANGUAGE_CODE }}" xml:lang="{{ LANGUAGE_CODE }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
@@ -203,10 +199,6 @@ alt="logo" />
 </div>
 {% endblock layout %}
 
-{% block analytics %}
-{% analytics_code %}
-{% endblock analytics %}
-
 <script type='text/javascript'>window.scrollTo(0, 1);</script>
 
 </body>