vgquotes/Src/VideoGameQuotes.Web/Views/Admin/PasswordSuccessfullyChanged.aspx
2011-03-02 20:18:33 +00:00

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>