]> git.parisson.com Git - teleforma.git/commitdiff
undo loaded test
authoryomguy <yomguy@parisson.com>
Mon, 9 Jul 2012 12:07:28 +0000 (14:07 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 9 Jul 2012 12:07:28 +0000 (14:07 +0200)
teleforma/templates/telemeta/base.html

index e0b6769a868717d406f8f18210839bc3559bf053..cad1868bd624d3ba6becd6f28fa1af4275e58167 100644 (file)
@@ -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 %}
 <html xmlns="http://www.w3.org/1999/xhtml" lang="{{ LANGUAGE_CODE }}" xml:lang="{{ LANGUAGE_CODE }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
@@ -172,9 +172,7 @@ alt="logo" />
 {% endblock layout %}
 
 {% block analytics %}
-{% ifloaded googletools %}
 {% analytics_code %}
-{% endifloaded %}
 {% endblock analytics %}
 
 <script type='text/javascript'>window.scrollTo(0, 1);</script>