cbf4ca8479
suggest the user submit Feedback to be notified of bugfix etc.
35 lines
1.1 KiB
Mako
35 lines
1.1 KiB
Mako
## -*- coding: utf-8 -*-
|
|
## TODO: this should leverage the underlying base template somehow..yes?
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<title>${project_title} » Error!</title>
|
|
</head>
|
|
|
|
<body>
|
|
<p>
|
|
An unexpected error has occurred in ${project_title}.
|
|
</p>
|
|
|
|
<p>
|
|
But don't worry...details of the error have been emailed to the sysadmins, so we're on it!
|
|
</p>
|
|
|
|
<p>
|
|
In the meantime, you might try once or twice again, whatever it was you were just doing.
|
|
Occasionally certain errors will go away on their own. But if the problem persists, please
|
|
do NOT keep trying, because the sysadmins will get a new email for each error. :)
|
|
</p>
|
|
|
|
<p>
|
|
If you would like to be notified when this error has been fixed, you might consider using the
|
|
Feedback tool (top right on the previous page). In some cases it may help to know what
|
|
you were trying to do, or if you noticed any strange behavior or other clues.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="javascript:history.back();">Go Back</a>
|
|
</body>
|
|
</html>
|
|
|