Skip to content

Commit

Permalink
feat: Mise à jour des liens pour les webinaires (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuget authored Jan 13, 2025
1 parent fdca36d commit 5183089
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions back/dora/structures/emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions back/dora/structures/tests/test_emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down Expand Up @@ -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():
Expand Down
2 changes: 1 addition & 1 deletion front/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
</p>

<LinkButton
to="https://app.livestorm.co/dora-1"
to="https://aide.dora.inclusion.beta.gouv.fr/fr/article/participer-a-un-webinaire-dora-h3n747/"
otherTab
nofollow
noBackground
Expand Down
2 changes: 1 addition & 1 deletion front/src/routes/_index/sub-menu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
label: "Tutoriels vidéo",
},
{
href: "https://app.livestorm.co/dora-1",
href: "https://aide.dora.inclusion.beta.gouv.fr/fr/article/participer-a-un-webinaire-dora-h3n747/",
label: "Webinaires",
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Découvrez quelques conseils sur la présentation de votre offre de service",
},
{
url: "https://app.livestorm.co/dora-1",
url: "https://aide.dora.inclusion.beta.gouv.fr/fr/article/participer-a-un-webinaire-dora-h3n747/",
label: "Participez à un webinaire",
},
{
Expand Down

0 comments on commit 5183089

Please sign in to comment.