15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
@{
|
|
ViewBag.Title = "Change Password";
|
|
}
|
|
<h2 class="titleH">
|
|
Change Password</h2>
|
|
<div style="background-color:#FFF;height:100%;width:100%;">
|
|
<p class="cpSuccess">
|
|
<img alt="" src="@Url.Content("~/Content/css/images/icons/accept.png")" />
|
|
Your password has been changed successfully.
|
|
<label>
|
|
@Html.ActionLink("Go to home!", "Index", "Home")
|
|
</label>
|
|
</p>
|
|
</div>
|