|
|
|
@ -5,9 +5,9 @@
|
|
|
|
<h2>@ViewData["Title"].</h2>
|
|
|
|
<h2>@ViewData["Title"].</h2>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
Merci d'avoir confirmé votre e-mail.
|
|
|
|
Merci d’avoir confirmé votre e-mail.
|
|
|
|
@if (User.GetUserId()==null) {
|
|
|
|
@if (User.GetUserId()==null) {
|
|
|
|
<text>S'il vous plait,
|
|
|
|
<text>S’il vous plait,
|
|
|
|
<a asp-controller="Account" asp-action="Login">Cliquez ici pour vous connecter</a>.
|
|
|
|
<a asp-controller="Account" asp-action="Login">Cliquez ici pour vous connecter</a>.
|
|
|
|
</text>
|
|
|
|
</text>
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|