vgquotes/Src/VideoGameQuotes.Web/Views/Quote/DeleteSuccess.aspx
tmont a41335c5ba * improved default browse page
* fixed bug where you couldn't add more categories if none already existed
* added ability to delete quotes
* added call handler to delete the search index when a quote is deleted
2011-03-04 08:20:20 +00:00

9 lines
416 B
Plaintext

<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %>
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">Quote Successfully Deleted</asp:Content>
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
<h2>Wild Success!</h2>
<p>
The quote and all its votes and flags were deleted.
</p>
</asp:Content>