Skip to content

Commit

Permalink
Conflicts fixed in merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezvsr committed Sep 2, 2024
1 parent 971dbe8 commit a3869e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network-api/networkapi/templates/pages/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
{% block ga_identifier %}
<meta name="google-site-verification" content="D7k-r3fHm-XfJ9E7T1uZ5aqHJG2mx-0uUZFeBUDN2lY">
<!-- The current GTM ID replaced an unkown GTM container with no clear access -->
<meta name="gtm-identifier" content="GTM-PQQ8H6PM">
<meta name="gtm-identifier" content="GTM-MD3XGZ4">
<script>window.dataLayer = window.dataLayer || [];</script>
<script nonce="{{ request.csp_nonce }}">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PQQ8H6PM');</script>
})(window,document,'script','dataLayer','GTM-MD3XGZ4');</script>
{% endblock %}

{% block fundraiseup_script %}
Expand Down

0 comments on commit a3869e8

Please sign in to comment.