@model MALDFGASSURANCE.Models.ForgotPasswordViewModel
@{
ViewBag.Title = "Vous avez oublié votre mot de passe ?";
}
@ViewBag.Title.
@using (Html.BeginForm("ForgotPassword", "Account", FormMethod.Post, new { @class = "form-horizontal", role = "form" }))
{
@Html.AntiForgeryToken()
Entrez une adresse de messagerie.
@Html.ValidationSummary("", new { @class = "text-danger" })
}
@section Scripts {
@Scripts.Render("~/bundles/jqueryval")
}