From 51dbdb75df59be251187b3d8126c74d7c5f1a759 Mon Sep 17 00:00:00 2001 From: Dan Lipert Date: Wed, 8 Jul 2020 18:04:05 +0900 Subject: [PATCH] add cookielaw script ever ywhere (#7072) * add cookielaw script ever ywhere * undo whitelabel change --- app/dashboard/templates/onepager/base.html | 1 + app/kudos/templates/transaction/base.html | 1 + app/retail/templates/bounties/contributor.html | 2 +- app/retail/templates/bounties/funder.html | 1 + app/retail/templates/how_it_works/index.html | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/dashboard/templates/onepager/base.html b/app/dashboard/templates/onepager/base.html index faaff84cb73..a32b952255b 100644 --- a/app/dashboard/templates/onepager/base.html +++ b/app/dashboard/templates/onepager/base.html @@ -108,5 +108,6 @@ root: "{{ ipfs_config.root }}" }; + diff --git a/app/kudos/templates/transaction/base.html b/app/kudos/templates/transaction/base.html index fad3fabd67b..eb604b62807 100644 --- a/app/kudos/templates/transaction/base.html +++ b/app/kudos/templates/transaction/base.html @@ -25,6 +25,7 @@ var static_url = "{{ STATIC_URL }}"; var media_url = "{{ MEDIA_URL }}"; + {% include 'shared/tag_manager_2.html' %} diff --git a/app/retail/templates/bounties/contributor.html b/app/retail/templates/bounties/contributor.html index 3698d855ff4..9ddb7d87899 100644 --- a/app/retail/templates/bounties/contributor.html +++ b/app/retail/templates/bounties/contributor.html @@ -32,6 +32,7 @@ {% include 'shared/analytics.html' %} + {% include 'shared/tag_manager_2.html' %} @@ -130,4 +131,3 @@

{% trans "All that's left {% endif %} - diff --git a/app/retail/templates/bounties/funder.html b/app/retail/templates/bounties/funder.html index 7e0547a7142..a9be5b89d6c 100644 --- a/app/retail/templates/bounties/funder.html +++ b/app/retail/templates/bounties/funder.html @@ -19,6 +19,7 @@ + {% include 'shared/head.html' with slim=1 %} {% include 'shared/cards_pic.html' %} diff --git a/app/retail/templates/how_it_works/index.html b/app/retail/templates/how_it_works/index.html index 281287a8ad0..3c1537dfd64 100644 --- a/app/retail/templates/how_it_works/index.html +++ b/app/retail/templates/how_it_works/index.html @@ -25,6 +25,7 @@ + {% include 'shared/tag_manager_2.html' %} @@ -141,4 +142,3 @@
{% trans "Cancel Anytime" %}
{% include 'shared/analytics.html' %} {% block scripts %}{% endblock %} -