-
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.
Display a warning page when an issuer already exists with a given adr…
…ess in DB
- Loading branch information
1 parent
2737ba6
commit b03117a
Showing
6 changed files
with
87 additions
and
5 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
Empty file.
Empty file.
15 changes: 15 additions & 0 deletions
15
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,15 @@ | ||
{% 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"> | ||
<p> | ||
Un profil avec cette adresse email existe déjà. Nous venons d'envoyer un email à cette adresse contenant un lien | ||
où vous pourrez retrouver toutes les demandes faites avec ce profil. | ||
</p> | ||
</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