From 826884df575ca77d782c7a73e2572786ac39f3de Mon Sep 17 00:00:00 2001 From: Anna Date: Thu, 17 Oct 2024 23:51:40 -0400 Subject: [PATCH] Adding code for debugging --- main/templates/partials/gtm_body.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/main/templates/partials/gtm_body.html b/main/templates/partials/gtm_body.html index 561fb906b4..15b7af895f 100644 --- a/main/templates/partials/gtm_body.html +++ b/main/templates/partials/gtm_body.html @@ -8,3 +8,19 @@ gtag('config', '{{ APIKEYS.GTM_TRACKING_ID }}'); {% endif %} + + \ No newline at end of file