mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
#18275: Fixing universal Transaction scope exception
Work Item: 18275 --HG-- branch : 1.x
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<div>
|
||||
@*
|
||||
ErrorPage(string Message, Exception Exception)
|
||||
*@
|
||||
|
||||
<div>
|
||||
<h1 id="page-title">@Html.TitleForPage(T("Oops. Something went wrong ... sorry"))</h1>
|
||||
<div>
|
||||
<p>@T("An unhandled exception has occurred and the request was terminated. Please refresh the page. If the error persists, go back").Text</p>
|
||||
<p>@T("An unhandled exception has occurred and the request was terminated. Please refresh the page. If the error persists, go back").Text</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user