Roughed in Blog Create/Edit admin UI

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4042079
This commit is contained in:
skewed
2009-11-24 18:30:32 +00:00
parent 1f762da0ec
commit 15efc294e6
7 changed files with 52 additions and 43 deletions
@@ -3,7 +3,7 @@
<% Html.Include("Head"); %>
<h2>Add a Page</h2>
<p>Select your layout from one of the templates below.</p>
<%using (Html.BeginForm()) { %>
<% using (Html.BeginForm()) { %>
<%=Html.ValidationSummary() %>
<%=Html.EditorForModel() %>
<% } %>