From 228c1388ed232ac8ee6060c1965c6f97e8524bf2 Mon Sep 17 00:00:00 2001 From: annagav Date: Tue, 5 Nov 2024 10:49:59 -0500 Subject: [PATCH] Adding code for debugging (#2440) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- main/templates/partials/gtm_body.html | 31 +++++++++++++++++++++------ main/templates/partials/gtm_head.html | 20 ++++++++++++----- 2 files changed, 40 insertions(+), 11 deletions(-) diff --git a/main/templates/partials/gtm_body.html b/main/templates/partials/gtm_body.html index 561fb906b4..6b1e3c5d73 100644 --- a/main/templates/partials/gtm_body.html +++ b/main/templates/partials/gtm_body.html @@ -1,10 +1,29 @@ {% if APIKEYS.GTM_TRACKING_ID %} - +{# #} +{# #} {% endif %} diff --git a/main/templates/partials/gtm_head.html b/main/templates/partials/gtm_head.html index 2d2fad14f7..d3da4feaf4 100644 --- a/main/templates/partials/gtm_head.html +++ b/main/templates/partials/gtm_head.html @@ -1,7 +1,17 @@ {% if APIKEYS.GTM_TRACKING_ID %} - +{# #} + + + + {% endif %}