From a8be59d7a220630c51193c49dc137a51d28dee57 Mon Sep 17 00:00:00 2001 From: Andrii Marynets Date: Thu, 13 Jul 2017 22:53:15 +0300 Subject: [PATCH] Add GA to all important apps --- digitalglarus/templates/new_base_glarus.html | 19 ++++++---- dynamicweb/settings/base.py | 5 ++- hosting/templates/hosting/base.html | 19 ++++++---- hosting/templates/hosting/base_short.html | 3 ++ hosting/templates/hosting/beta.html | 19 ++++++---- .../templates/hosting/hosting_pricing.html | 4 +- .../cms/ungleichch/base_ungleich.html | 20 ++++++---- .../templates/ungleich_page/landing.html | 37 ++++++++++--------- 8 files changed, 75 insertions(+), 51 deletions(-) diff --git a/digitalglarus/templates/new_base_glarus.html b/digitalglarus/templates/new_base_glarus.html index 826b49c0..1c4cd4c4 100644 --- a/digitalglarus/templates/new_base_glarus.html +++ b/digitalglarus/templates/new_base_glarus.html @@ -46,16 +46,19 @@ - + + + {% include 'google_analytics.html' %} + {% endwith %} - + + + {% include "google_analytics.html" %} + diff --git a/hosting/templates/hosting/base_short.html b/hosting/templates/hosting/base_short.html index c3b19c8c..6a08b97b 100644 --- a/hosting/templates/hosting/base_short.html +++ b/hosting/templates/hosting/base_short.html @@ -40,6 +40,9 @@ + + {% include "google_analytics.html" %} + diff --git a/hosting/templates/hosting/beta.html b/hosting/templates/hosting/beta.html index 68cbb5a9..caecdb82 100644 --- a/hosting/templates/hosting/beta.html +++ b/hosting/templates/hosting/beta.html @@ -31,16 +31,19 @@ - + + + {% include 'google_analytics.html' %} + diff --git a/hosting/templates/hosting/hosting_pricing.html b/hosting/templates/hosting/hosting_pricing.html index c6ae33d0..9032ddd6 100644 --- a/hosting/templates/hosting/hosting_pricing.html +++ b/hosting/templates/hosting/hosting_pricing.html @@ -18,7 +18,9 @@ - + + {% include 'google_analytics.html' %} + diff --git a/ungleich/templates/cms/ungleichch/base_ungleich.html b/ungleich/templates/cms/ungleichch/base_ungleich.html index 30dfdeb9..2acadfce 100644 --- a/ungleich/templates/cms/ungleichch/base_ungleich.html +++ b/ungleich/templates/cms/ungleichch/base_ungleich.html @@ -34,6 +34,10 @@ {% endblock %} {% render_block "external-css" %} {% render_block "css" postprocessor "compressor.contrib.sekizai.compress" %} + + + {% include "google_analytics.html" %} + @@ -60,16 +64,16 @@ {% bootstrap_javascript %} {% endaddtoblock %} {% addtoblock "js" %} - + - + + + {% include "google_analytics.html" %} +