Add a webinaire registration CTA at the end of the admin email
This commit is contained in:
parent
e8dd6b00bf
commit
796ff972e6
2 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,7 @@ FOG_BASE_URL = "https://storage.apientreprise.fr"
|
|||
# External services URLs
|
||||
DOC_URL = "https://doc.demarches-simplifiees.fr"
|
||||
ADMINISTRATEUR_TUTORIAL_URL = "https://doc.demarches-simplifiees.fr/tutoriels/tutoriel-administrateur"
|
||||
WEBINAIRE_URL = "https://doc.demarches-simplifiees.fr/pour-aller-plus-loin/webinaires"
|
||||
LISTE_DES_DEMARCHES_URL = [DOC_URL, "listes-des-demarches"].join("/")
|
||||
CGU_URL = [DOC_URL, "cgu"].join("/")
|
||||
MENTIONS_LEGALES_URL = [CGU_URL, "4-mentions-legales"].join("#")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue