Skip to content

Commit

Permalink
add cookielaw script ever ywhere (#7072)
Browse files Browse the repository at this point in the history
* add cookielaw script ever ywhere

* undo whitelabel change
  • Loading branch information
danlipert authored Jul 8, 2020
1 parent b8992be commit 51dbdb7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/dashboard/templates/onepager/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@
root: "{{ ipfs_config.root }}"
};
</script>
<script src="{% static "cookielaw/js/cl.js" %}"></script>
</body>
</html>
1 change: 1 addition & 0 deletions app/kudos/templates/transaction/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
var static_url = "{{ STATIC_URL }}";
var media_url = "{{ MEDIA_URL }}";
</script>
<script src="{% static "cookielaw/js/cl.js" %}"></script>
</head>
<body id="yge" class="transaction {{ class }}">
{% include 'shared/tag_manager_2.html' %}
Expand Down
2 changes: 1 addition & 1 deletion app/retail/templates/bounties/contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
{% include 'shared/analytics.html' %}
<link rel="stylesheet" href="{% static "v2/css/landing_page.css" %}" />
<link rel="stylesheet" href="{% static "v2/css/howitworks.css" %}" />
<script src="{% static "cookielaw/js/cl.js" %}"></script>
</head>
<body class="index d-flex flex-column g-font-muli contributor-page">
{% include 'shared/tag_manager_2.html' %}
Expand Down Expand Up @@ -130,4 +131,3 @@ <h2 class="join-gitcoin-heading">{% trans "<span class=\"light\">All that's left
{% endif %}
<script src="https://codefund.app/properties/189/funder.js" async="async"></script>
</html>

1 change: 1 addition & 0 deletions app/retail/templates/bounties/funder.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script src="{% static "cookielaw/js/cl.js" %}"></script>
{% include 'shared/head.html' with slim=1 %}
{% include 'shared/cards_pic.html' %}
<link rel="stylesheet" href="{% static "v2/css/landing_page.css" %}" />
Expand Down
2 changes: 1 addition & 1 deletion app/retail/templates/how_it_works/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<meta name="description" content="{{ desc }}">
<link rel="stylesheet" href="{% static "v2/css/landing_page.css" %}" />
<link rel="stylesheet" href="{% static "v2/css/howitworks.css" %}" />
<script src="{% static "cookielaw/js/cl.js" %}"></script>
</head>
<body class="index d-flex flex-column g-font-muli">
{% include 'shared/tag_manager_2.html' %}
Expand Down Expand Up @@ -141,4 +142,3 @@ <h5 class="">{% trans "Cancel Anytime" %}</h5>
{% include 'shared/analytics.html' %}
{% block scripts %}{% endblock %}
</html>

0 comments on commit 51dbdb7

Please sign in to comment.