12 lines
471 B
Plaintext
12 lines
471 B
Plaintext
|
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %>
|
||
|
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">Password Successfully Changed</asp:Content>
|
||
|
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
|
||
|
<p>
|
||
|
Your password has been successfully changed.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<%= Html.ActionLink("Administer more stuff", "index", "admin") %>
|
||
|
</p>
|
||
|
</asp:Content>
|