|
Last change
on this file since 2719 was
2694,
checked in by broder, 16 years ago
|
|
Use contact address from config on error page
|
|
File size:
410 bytes
|
| Rev | Line | |
|---|
| [2693] | 1 | <%page expression_filter="h"/> |
|---|
| 2 | <%inherit file="skeleton.mako" /> |
|---|
| [113] | 3 | |
|---|
| [2693] | 4 | <%def name="title()"> |
|---|
| [113] | 5 | ERROR! |
|---|
| [2693] | 6 | </%def> |
|---|
| [113] | 7 | |
|---|
| [599] | 8 | <p>Uh-oh! We experienced an error. Sorry about that. We've gotten |
|---|
| 9 | mail about it.</p> |
|---|
| 10 | |
|---|
| [2694] | 11 | <p>Feel free to poke us at <tt>${config.contact}</tt> if this bug is |
|---|
| [599] | 12 | consistently biting you and we don't seem to be fixing it.</p> |
|---|
| 13 | |
|---|
| [601] | 14 | <p>In case you're curious, the gory details are below.</p> |
|---|
| [599] | 15 | |
|---|
| 16 | <pre> |
|---|
| [2693] | 17 | ${details} |
|---|
| [599] | 18 | </pre> |
|---|
Note: See
TracBrowser
for help on using the repository browser.