summaryrefslogtreecommitdiff
path: root/demos/blog/protected/Pages/ErrorReport.page
blob: a9b461d95b4d2507788bd9f4021209cfa9b9a38f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<com:TContent ID="Main">

<h2>Error</h2>

<p>
<%= $this->ErrorMessage %>
</p>

<p>
Please <a href="mailto:<%$ AdminEmail %>">report to  us</a>
if you believe this error is caused by our system. Thanks!
</p>


</com:TContent>