2016-05-17 18:22:18 +02:00
|
|
|
@{
|
2016-07-29 14:30:41 +02:00
|
|
|
ViewData["Title"] = @SR["Forgot Password Confirmation."];
|
2016-05-17 18:22:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
<h2>@ViewData["Title"].</h2>
|
|
|
|
|
<p>
|
2016-07-29 14:30:41 +02:00
|
|
|
@SR["PleaseCheckYourEmail"]
|
2016-05-17 18:22:18 +02:00
|
|
|
</p>
|