2011-02-17 20:55:47 +00:00
|
|
|
<%@ 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>
|
2011-03-02 20:18:33 +00:00
|
|
|
<%= Html.ActionLink("Administer more stuff", "Index", "Admin") %>
|
2011-02-17 20:55:47 +00:00
|
|
|
</p>
|
|
|
|
</asp:Content>
|