-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Envoi d'un mail lorsqu'une personne tente de créer un profil demandeu…
…r avec une adresse email déjà référencée #578
- Loading branch information
Showing
14 changed files
with
268 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
aidants_connect_habilitation/templates/email/issuer_profile_reminder.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{% extends "layouts/email_base.html" %} | ||
{% block email_body %} | ||
<table border="0" cellpadding="0" cellspacing="0" class="body"> | ||
<tr> | ||
<td> </td> | ||
<td class="container"> | ||
<div class="content"> | ||
<table class="main"> | ||
<tr> | ||
<td class="wrapper"> | ||
<table border="0" cellpadding="6" cellspacing="0"> | ||
<tr> | ||
<td> | ||
<p>Bonjour,</p> | ||
<p>Bonne nouvelle ! Il existe déjà un espace demandeur associé à cet email chez nous.</p> | ||
<p> | ||
Vous pouvez <a href="{{ url }}">suivre le lien suivant pour retrouver toutes vos demandes en | ||
cours et en déposer de nouvelles</a> ou, si cela ne fonctionne pas, en copier l'URL suivante | ||
dans votre navigateur : | ||
</p> | ||
<p>{{ url }}</p> | ||
|
||
<p>À bientôt sur Aidants Connect</p> | ||
</td> | ||
</tr> | ||
</table> | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</td> | ||
</tr> | ||
</table> | ||
{% endblock %} |
9 changes: 9 additions & 0 deletions
9
aidants_connect_habilitation/templates/email/issuer_profile_reminder.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{% load ac_common %} | ||
|
||
Bonjour, | ||
|
||
Bonne nouvelle ! Il existe déjà un espace demandeur associé à cet email chez nous. | ||
Vous pouvez suivre le lien suivant pour retrouver toutes vos demandes en cours et en déposer de nouvelles : | ||
{{ url }} | ||
|
||
À bientôt sur Aidants Connect |
31 changes: 31 additions & 0 deletions
31
aidants_connect_habilitation/templates/issuer_already_exists_warning.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{% extends 'layouts/main-habilitation.html' %} | ||
{% load static form_extras %} | ||
|
||
{% block title %} | ||
Aidants Connect - Un compte demandeur existe déjà | ||
{% endblock %} | ||
|
||
{% block content %} | ||
<div class="fr-container"> | ||
<div class="fr-grid-row fr-grid-row--gutters"> | ||
<div class="fr-col"> | ||
<h1>Formulaire d’habilitation</h1> | ||
</div> | ||
</div> | ||
|
||
<div class="fr-grid-row fr-grid-row--gutters"> | ||
<div class="fr-col-12 fr-col-md-8"> | ||
<h2>On se connaît !</h2> | ||
<div class="shadowed"> | ||
<p> | ||
Votre profil demandeur existe déjà. Nous vous avons renvoyé un e-mail | ||
qui vous permettra de retrouver toutes vos données et toutes vos demandes. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{% include "_more-info.html" %} | ||
|
||
</div> | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lates/aidants_connect_web/espace_responsable/confirm-remove-aidant-from-organisation.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
aidants_connect_web/templates/aidants_connect_web/managment/notify_no_totp_workers.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
aidants_connect_web/templates/aidants_connect_web/managment/notify_no_totp_workers.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
aidants_connect_web/templates/signals/aidant__organisations_changed.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load ac_extras %} | ||
{% load ac_extras ac_common %} | ||
|
||
Bonjour, | ||
|
||
|
Oops, something went wrong.