From 31931ed66070760599b6cec3a467e3a46b3b5bc2 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 23 Jan 2025 22:31:29 +0100 Subject: [PATCH] update privacy link --- teleforma/static/teleforma/js/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/static/teleforma/js/application.js b/teleforma/static/teleforma/js/application.js index 8d4390a5..2e022b2e 100644 --- a/teleforma/static/teleforma/js/application.js +++ b/teleforma/static/teleforma/js/application.js @@ -327,7 +327,7 @@ $(document).ready(function () { tarteaucitron.init({ -"privacyUrl": "/pages/legal_notices", /* Privacy policy url */ +"privacyUrl": "https://pre-barreau.com/politique-de-confidentialite/", /* Privacy policy url */ "bodyPosition": "bottom", /* or top to bring it as first element for accessibility */ "hashtag": "#tarteaucitron", /* Open the panel with this hashtag */ -- 2.39.5