Finishing up edit blog post to match new templating.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4043665
This commit is contained in:
ErikPorter
2009-12-10 07:59:14 +00:00
parent e19de46233
commit 73d291a565
3 changed files with 8 additions and 6 deletions

View File

@@ -6,6 +6,6 @@
<h2>Edit Post</h2>
<% using (Html.BeginForm()) { %>
<%=Html.ValidationSummary() %>
<%=Html.EditorForModel() %>
<%=Html.EditorForItem(m => m.BlogPost) %>
<% } %>
<% Html.Include("AdminFoot"); %>