Skip to content

Commit

Permalink
Merge branch 'main' into TP1-206-11455-pni_get_bg_home_page
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmavis authored Sep 3, 2024
2 parents 9e725ca + 6f40176 commit ffa3503
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
{% block ga_identifier %}
<meta name="google-site-verification" content="xuTYNuCtTC9SLIkAUtmUY9Wce5RDJofc4z4fMprPYUk" />
<meta name="ga-identifier" content="UA-87658599-15">
<meta name="gtm-identifier" content="GTM-5TFTDCX">
<!-- The current GTM ID replaced an unkown GTM container with no clear access -->
<meta name="gtm-identifier" content="GTM-PQQ8H6PM">
<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-5TFTDCX');</script>
})(window,document,'script','dataLayer','GTM-PQQ8H6PM');</script>
{% endblock %}


Expand Down
5 changes: 3 additions & 2 deletions network-api/networkapi/templates/pages/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,13 @@
{% block ga_identifier %}
<meta name="google-site-verification" content="D7k-r3fHm-XfJ9E7T1uZ5aqHJG2mx-0uUZFeBUDN2lY">
<meta name="ga-identifier" content="UA-87658599-6">
<meta name="gtm-identifier" content="GTM-MD3XGZ4">
<!-- The current GTM ID replaced an unkown GTM container with no clear access -->
<meta name="gtm-identifier" content="GTM-PQQ8H6PM">
<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-MD3XGZ4');</script>
})(window,document,'script','dataLayer','GTM-PQQ8H6PM');</script>
{% endblock %}

{% block fundraiseup_script %}
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"autoprefixer": "^10.4.20",
"axe-core": "^4.10.0",
"bootstrap": "^4.6.0",
"chart.js": "4.4.3",
"chart.js": "4.4.4",
"classnames": "2.5.1",
"countup.js": "^2.8.0",
"cssnano": "^6.1.2",
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ django-querystring-tag==1.0.3
# via -r requirements.in
django-redis==5.4.0
# via -r requirements.in
django-storages==1.14.3
django-storages==1.14.4
# via -r requirements.in
django-taggit==3.0.0
# via wagtail
Expand All @@ -113,7 +113,7 @@ draftjs-exporter==2.1.7
# via wagtail
et-xmlfile==1.1.0
# via openpyxl
factory-boy==3.3.0
factory-boy==3.3.1
# via
# -r requirements.in
# wagtail-factories
Expand Down Expand Up @@ -182,7 +182,7 @@ python-dateutil==2.8.2
# botocore
# faker
# heroku3
python-slugify==8.0.3
python-slugify==8.0.4
# via -r requirements.in
python3-openid==3.2.0
# via social-auth-core
Expand Down Expand Up @@ -221,7 +221,7 @@ six==1.16.0
# python-dateutil
smmap==5.0.0
# via gitdb
social-auth-app-django==5.4.1
social-auth-app-django==5.4.2
# via -r requirements.in
social-auth-core==4.4.1
# via social-auth-app-django
Expand Down Expand Up @@ -263,7 +263,7 @@ wagtail==5.2.6
# wagtail-localize-git
# wagtail-metadata
# wagtailmedia
wagtail-ab-testing==0.9
wagtail-ab-testing==0.10
# via -r requirements.in
wagtail-color-panel==1.5.0
# via -r requirements.in
Expand Down

0 comments on commit ffa3503

Please sign in to comment.