Incremented version to not conflict with precise
[invirt/packages/invirt-web.git] / code / templates / error.mako
1 <%page expression_filter="h"/>
2 <%inherit file="skeleton.mako" />
3
4 <%def name="title()">
5 ERROR!
6 </%def>
7
8 <p>Uh-oh!  We experienced an error.  Sorry about that.  We've gotten
9 mail about it.</p>
10
11 <p>Feel free to poke us at <tt>${config.contact}</tt> if this bug is
12 consistently biting you and we don't seem to be fixing it.</p>
13
14 <p>In case you're curious, the gory details are below.</p>
15
16 <pre>
17 ${details}
18 </pre>