initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.Web / Views / Account / ForgotPasswordConfirmation.cshtml
1 @{
2     ViewBag.Title = "Forgot Password Confirmation";
3 }
4
5 <hgroup class="title">
6     <h1>@ViewBag.Title.</h1>
7 </hgroup>
8 <div>
9     <p>
10         Please check your email to reset your password.
11     </p>
12 </div>
13