diff --git a/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx b/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx
index 692ee6faa..27e350b68 100644
--- a/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx
+++ b/src/Orchard.Web/Modules/Orchard.Pages/Views/Admin/List.aspx
@@ -3,9 +3,8 @@
<%@ Import Namespace="Orchard.Pages.ViewModels"%>
<%=Html.TitleForPage(T("Manage Pages").ToString())%>
<%-- todo: Add helper text here when ready. <%=_Encoded("Possible text about setting up a page goes here.")%>
--%>
-<%=Html.ActionLink(T("Add a page").ToString(), "Create", new { }, new { @class = "button primaryAction" })%>
-<% using (Html.BeginFormAntiForgeryPost())
- { %>
+<%=Html.ActionLink(T("Add a page").ToString(), "Create", new { }, new { @class = "button primaryAction" })%>
<%
+using (Html.BeginFormAntiForgeryPost()) { %>
<%=Html.ValidationSummary()%>
<%
} %>
-
-
-<% } %>
-
<%=Html.ActionLink(T("Add a page").ToString(), "Create", new { }, new { @class = "button primaryAction" })%>