From: Guillaume Pellerin Date: Mon, 22 Dec 2014 13:44:56 +0000 (+0100) Subject: fix googletools call X-Git-Tag: 1.5.0rc5~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e2e1ee248c7ecf5871eba8648d5dfcf93de3b643;p=telemeta.git fix googletools call --- diff --git a/telemeta/templates/telemeta/base.html b/telemeta/templates/telemeta/base.html index f6b4cc36..9a84db3e 100644 --- a/telemeta/templates/telemeta/base.html +++ b/telemeta/templates/telemeta/base.html @@ -188,7 +188,7 @@ {% endblock layout %} {% block analytics %} -{% if googletools %} +{% if get_googletools %} {% site_verification_code %} {% analytics_code %} {% endif %}