From fafe73a2a18f400d6df8710e506a617041f4bd01 Mon Sep 17 00:00:00 2001 From: basel Date: Thu, 27 Nov 2025 02:32:11 +0200 Subject: [PATCH] update the tracking code to match the correct one provided by content square --- analytical/templatetags/contentsquare.py | 14 +++++++------- tests/unit/test_tag_content_square.py | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/analytical/templatetags/contentsquare.py b/analytical/templatetags/contentsquare.py index 97019d6..5caa442 100644 --- a/analytical/templatetags/contentsquare.py +++ b/analytical/templatetags/contentsquare.py @@ -10,15 +10,15 @@ from analytical.utils import disable_html, get_required_setting, is_internal_ip CONTENTSQUARE_TRACKING_CODE = """\ """ diff --git a/tests/unit/test_tag_content_square.py b/tests/unit/test_tag_content_square.py index dd67875..e104482 100644 --- a/tests/unit/test_tag_content_square.py +++ b/tests/unit/test_tag_content_square.py @@ -13,15 +13,15 @@ from analytical.utils import AnalyticalException expected_html = """\ """