initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.Web / Views / Account / ConfirmEmail.cshtml
1 @{
2     ViewBag.Title = "Confirm Email";
3 }
4
5 <h2>@ViewBag.Title.</h2>
6 <div>
7     <p>
8         Thank you for confirming your email. Please @Html.ActionLink("Click here to Log in", "Login", "Account", routeValues: null, htmlAttributes: new { id = "loginLink" })
9     </p>
10 </div>