Updated temp text in NotFound page

--HG--
branch : dev
This commit is contained in:
Erik Porter
2010-03-09 15:40:46 -08:00
parent 571a39b737
commit 61105565d7

View File

@@ -1,4 +1,4 @@
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<object>" %>
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
<h1><%=Html.TitleForPage(T("Not found").ToString()) %></h1>
<p>TODO: (erikpo) Add friendly message here</p>
<p><%=_Encoded("The page you are looking for does not exist.")%></p>