8 lines
146 B
Text
Executable file
8 lines
146 B
Text
Executable file
@{
|
|
ViewData["Title"] = @SR["Forgot Password Confirmation."];
|
|
}
|
|
|
|
<h2>@ViewData["Title"].</h2>
|
|
<p>
|
|
@SR["PleaseCheckYourEmail"]
|
|
</p>
|