2011-02-28 10:34:46 +00:00
|
|
|
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<VideoGameQuotes.Web.Models.EditQuoteModelBase>" MasterPageFile="~/Views/Shared/Site.Master" %>
|
2011-02-19 09:41:09 +00:00
|
|
|
<asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">Edit</asp:Content>
|
|
|
|
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
|
|
|
|
<h2>Edit Quote</h2>
|
|
|
|
|
|
|
|
<%= Html.ValidationSummary("Some errors occurred while trying to save your edit:") %>
|
|
|
|
<% Html.RenderPartial("EditQuoteForm", Model); %>
|
2011-02-24 21:11:21 +00:00
|
|
|
</asp:Content>
|
|
|
|
<asp:Content runat="server" ID="DeferrableScripts" ContentPlaceHolderID="DeferrableScripts">
|
2011-03-01 00:11:17 +00:00
|
|
|
<% Html.RenderPartial("QuoteFormJavaScript"); %>
|
2011-02-19 09:41:09 +00:00
|
|
|
</asp:Content>
|