tmont
25172d14a3
* renamed css file * removed copypaste code for js includes * added pdn files * changed unused images/javascript build type from Content to None
11 lines
681 B
Plaintext
11 lines
681 B
Plaintext
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<VideoGameQuotes.Web.Models.EditQuoteModelBase>" MasterPageFile="~/Views/Shared/Site.Master" %>
|
|
<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); %>
|
|
</asp:Content>
|
|
<asp:Content runat="server" ID="DeferrableScripts" ContentPlaceHolderID="DeferrableScripts">
|
|
<% Html.RenderPartial("QuoteFormJavaScript"); %>
|
|
</asp:Content> |