From: Jan Szejko Date: Thu, 19 Oct 2017 10:25:53 +0000 (+0200) Subject: turn off tracking on competition pages X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/3d75a9e70af2e455e77954487ed40a4bcc709964 turn off tracking on competition pages --- 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