]> git.parisson.com Git - teleforma.git/commitdiff
fix ggcode
authoryomguy <yomguy@parisson.com>
Mon, 9 Jul 2012 11:57:21 +0000 (13:57 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 9 Jul 2012 11:57:21 +0000 (13:57 +0200)
teleforma/templates/telemeta/base.html

index 66e1aa8f7fcd1783d8c73d85bdf2b24bc2463a84..e0b6769a868717d406f8f18210839bc3559bf053 100644 (file)
@@ -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 %}
 <html xmlns="http://www.w3.org/1999/xhtml" lang="{{ LANGUAGE_CODE }}" xml:lang="{{ LANGUAGE_CODE }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}>
@@ -172,7 +172,7 @@ alt="logo" />
 {% endblock layout %}
 
 {% block analytics %}
-{% ifloaded "googletools" %}
+{% ifloaded googletools %}
 {% analytics_code %}
 {% endifloaded %}
 {% endblock analytics %}