initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.Web / Views / Account / ResetPasswordConfirmation.cshtml
1 @{
2     ViewBag.Title = "Reset password confirmation";
3 }
4
5 <hgroup class="title">
6     <h1>@ViewBag.Title.</h1>
7 </hgroup>
8 <div>
9     <p>
10         Your password has been reset. Please @Html.ActionLink("click here to log in", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })
11     </p>
12 </div>