From 51830894f2c8c02c5fe786c3a605a5e6aacd6cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Buget?= <265963+jbuget@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:11:41 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20Mise=20=C3=A0=20jour=20des=20liens=20po?= =?UTF-8?q?ur=20les=20webinaires=20(#167)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/dora/structures/emails.py | 4 ++-- back/dora/structures/tests/test_emails.py | 4 ++-- front/src/routes/+page.svelte | 2 +- front/src/routes/_index/sub-menu.svelte | 2 +- .../structures/[slug]/services/no-service-notice.svelte | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/back/dora/structures/emails.py b/back/dora/structures/emails.py index d1955fdb1..14bc20e8c 100644 --- a/back/dora/structures/emails.py +++ b/back/dora/structures/emails.py @@ -178,7 +178,7 @@ def send_orphan_structure_notification(structure): context = { "structure": structure, "dora_doc_link": "https://aide.dora.inclusion.beta.gouv.fr/fr/", - "webinar_link": "https://app.livestorm.co/dora-1/presentation-dora", + "webinar_link": "https://app.livestorm.co/itou/dora-presentation-et-prise-en-main-de-loutil", "cta_link": cta_link.url, } @@ -274,7 +274,7 @@ def send_structure_activation_notification(structure): context = { "structure": structure, "dora_doc_link": "https://aide.dora.inclusion.beta.gouv.fr/fr/article/referencer-son-offre-de-service-xpivaw/", - "webinar_link": "https://app.livestorm.co/dora-1/presentation-dora", + "webinar_link": "https://app.livestorm.co/itou/dora-presentation-et-prise-en-main-de-loutil", } # aux admins inscrits depuis plus d'un mois diff --git a/back/dora/structures/tests/test_emails.py b/back/dora/structures/tests/test_emails.py index c1dfd8bb7..a0bbf6f31 100644 --- a/back/dora/structures/tests/test_emails.py +++ b/back/dora/structures/tests/test_emails.py @@ -31,7 +31,7 @@ def test_send_orphan_structure_notification(): assert "mtm_campaign=MailsTransactionnels" in mail.outbox[0].body assert "mtm_kwd=InvitationStructuresOrphelines" in mail.outbox[0].body assert "aide.dora.inclusion.beta.gouv.fr" in mail.outbox[0].body - assert "app.livestorm.co/dora-1/presentation-dora" in mail.outbox[0].body + assert "app.livestorm.co/itou/dora-presentation-et-prise-en-main-de-loutil" in mail.outbox[0].body def test_send_first_admin_notification_for_pending_invitation(): @@ -139,7 +139,7 @@ def test_send_structure_activation_notification_to_old_admins(): assert "mtm_campaign=MailsTransactionnels" in mail.outbox[idx].body assert "mtm_kwd=RelanceActivationService" in mail.outbox[idx].body assert "aide.dora.inclusion.beta.gouv.fr" in mail.outbox[idx].body - assert "app.livestorm.co/dora-1/presentation-dora" in mail.outbox[idx].body + assert "app.livestorm.co/itou/dora-presentation-et-prise-en-main-de-loutil" in mail.outbox[idx].body def test_send_structure_activation_notification_to_other_members(): diff --git a/front/src/routes/+page.svelte b/front/src/routes/+page.svelte index c8c14e7d5..e6c5593bb 100644 --- a/front/src/routes/+page.svelte +++ b/front/src/routes/+page.svelte @@ -102,7 +102,7 @@