11 lines
		
	
	
		
			719 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			719 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<VideoGameQuotes.Web.Models.EditQuoteModel>" MasterPageFile="~/Views/Shared/Site.Master" %>
 | |
| <asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">Submit New Quote</asp:Content>
 | |
| <asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
 | |
| 				<h2>Submit New Quote</h2>
 | |
| 
 | |
| 				<%= Html.ValidationSummary("Some errors occurred while trying to submit your quote:") %>
 | |
| 				<% Html.RenderPartial("EditQuoteForm", Model); %>
 | |
| </asp:Content>
 | |
| <asp:Content runat="server" ID="DeferrableScripts" ContentPlaceHolderID="DeferrableScripts">
 | |
| 		<script type="text/javascript" src="/media/js/quoteform.js"></script>
 | |
| </asp:Content> |