more friendly
This commit is contained in:
parent
d46900db41
commit
254f752abb
11 changed files with 762 additions and 263 deletions
11
Yavsc/Views/Account/AccountCreated.fr.cshtml
Normal file
11
Yavsc/Views/Account/AccountCreated.fr.cshtml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@{
|
||||
ViewData["Title"] = "Succès de la création du compte";
|
||||
|
||||
}
|
||||
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
Votre compte a été créé.
|
||||
Vous devrez confirmer votre addresse e-mail.
|
||||
|
||||
<a asp-action="Index" asp-controller="Home">Retourner à l'accueil</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue