diff --git a/digitalglarus/templates/new_base_glarus.html b/digitalglarus/templates/new_base_glarus.html index 1c4cd4c4..3b18756d 100644 --- a/digitalglarus/templates/new_base_glarus.html +++ b/digitalglarus/templates/new_base_glarus.html @@ -45,17 +45,7 @@ - - - - - - - - - - {% include 'google_analytics.html' %} diff --git a/dynamicweb/settings/base.py b/dynamicweb/settings/base.py index 9ff09b8d..bd6e30e3 100644 --- a/dynamicweb/settings/base.py +++ b/dynamicweb/settings/base.py @@ -518,6 +518,7 @@ GOOGLE_ANALYTICS_PROPERTY_IDS = { 'ungleich.ch': 'UA-62285904-1', 'digitalglarus.ch': 'UA-62285904-2', 'blog.ungleich.ch': 'UA-62285904-4', + 'hosting': 'UA-62285904-5', 'datacenterlight.ch': 'UA-62285904-9', '127.0.0.1:8000': 'localhost', diff --git a/hosting/templates/hosting/base.html b/hosting/templates/hosting/base.html index 43147323..b485451f 100644 --- a/hosting/templates/hosting/base.html +++ b/hosting/templates/hosting/base.html @@ -45,16 +45,7 @@ } {% endwith %} - - - - - - - - - {% include "google_analytics.html" %} diff --git a/hosting/templates/hosting/beta.html b/hosting/templates/hosting/beta.html index caecdb82..bdf37f58 100644 --- a/hosting/templates/hosting/beta.html +++ b/hosting/templates/hosting/beta.html @@ -31,16 +31,7 @@ - - - - - - - - - {% include 'google_analytics.html' %} diff --git a/ungleich/templates/cms/ungleichch/base_ungleich.html b/ungleich/templates/cms/ungleichch/base_ungleich.html index 2acadfce..ac073c4c 100644 --- a/ungleich/templates/cms/ungleichch/base_ungleich.html +++ b/ungleich/templates/cms/ungleichch/base_ungleich.html @@ -64,16 +64,7 @@ {% bootstrap_javascript %} {% endaddtoblock %} {% addtoblock "js" %} - - - - - - - - - --> {% include "google_analytics.html" %}