aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/unhandled_exception.html
blob: 6e6a051d5dbf32ab44e0641b005b06e3d0c2deb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{%extends "base.html"%}

{%block title%}System Error{%endblock%}

{%block css%}
<link rel="stylesheet" href="/static/css/two-column-with-separator.css" />
{%endblock%}

{%block contents%}
<p>
  An error has occured, and your request has been aborted. Please notify the
  administrator to try and get this sorted.
</p>
<p>
  Provide the following information to help the administrator figure out and fix
  the issue:<br />
  <hr /><br />
  {{trace}}
  <hr /><br />
</p>
{%endblock%}