1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-06 03:18:47 +00:00
Lidarr/NzbDrone.Web/Views/Shared/Error.aspx

12 lines
428 B
Text
Raw Normal View History

2010-09-22 20:19:47 -07:00
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<System.Web.Mvc.HandleErrorInfo>" %>
<asp:Content ID="errorTitle" ContentPlaceHolderID="TitleContent" runat="server">
Error
</asp:Content>
<asp:Content ID="errorContent" ContentPlaceHolderID="MainContent" runat="server">
<h2>
Sorry, an error occurred while processing your request.
</h2>
</asp:Content>