vgquotes/Src/VideoGameQuotes.Web/Views/Admin/PasswordSuccessfullyChanged.aspx
tmont 99cb4defbe * login/logout
* change administration password
2011-02-17 20:55:47 +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>