From 3d75a9e70af2e455e77954487ed40a4bcc709964 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Thu, 19 Oct 2017 12:25:53 +0200 Subject: [PATCH] turn off tracking on competition pages --- edumed/templates/base_super.html | 2 +- wtem/templates/wtem/single.html | 4 +++- wtem/templates/wtem/thanks_single.html | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/edumed/templates/base_super.html b/edumed/templates/base_super.html index a67479a..f0f2d72 100644 --- a/edumed/templates/base_super.html +++ b/edumed/templates/base_super.html @@ -108,6 +108,6 @@ {% block extra_script %}{% endblock %} - {% tracking_code %} + {% block tracking %}{% tracking_code %}{% endblock %} diff --git a/wtem/templates/wtem/single.html b/wtem/templates/wtem/single.html index 2e324e4..f4b9c19 100644 --- a/wtem/templates/wtem/single.html +++ b/wtem/templates/wtem/single.html @@ -77,4 +77,6 @@ Zespół Olimpiady Cyfrowej, fundacja Nowoczesna Polska

-{% endblock %} \ No newline at end of file +{% endblock %} + +{% block tracking %}{% endblock %} \ No newline at end of file diff --git a/wtem/templates/wtem/thanks_single.html b/wtem/templates/wtem/thanks_single.html index bf2890c..b403ae3 100644 --- a/wtem/templates/wtem/thanks_single.html +++ b/wtem/templates/wtem/thanks_single.html @@ -14,4 +14,6 @@ Twoja praca została wysłana i poprawnie przyjęta przez system.

Zespół Olimpiady Cyfrowej
fundacja Nowoczesna Polska

-{% endblock %} \ No newline at end of file +{% endblock %} + +{% block tracking %}{% endblock %} \ No newline at end of file -- 2.20.1