summaryrefslogtreecommitdiffstats
path: root/templates/errors/generic.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/errors/generic.html')
-rw-r--r--templates/errors/generic.html37
1 files changed, 25 insertions, 12 deletions
diff --git a/templates/errors/generic.html b/templates/errors/generic.html
index 19bed46..0f2e876 100644
--- a/templates/errors/generic.html
+++ b/templates/errors/generic.html
@@ -1,35 +1,48 @@
{% extends 'base.html' %}
-{% block title %}Website Error - {% endblock %}
+{% block title %}Troggle Error - Generic{% endblock %}
{% block content %}
<div class='middle'>
- <h2>Website Error</h2>
+ <h2>Troggle Error</h2>
</div>
-<div style='width: 300px;' class='middle3 login'>
- <div class='align-center'>
+<div class='middle3 login'>
<div class='space'></div>
<div class='align-center'>
- <h3>There has been an error.</h3>
-
-
+ <h3>There has been an error. This is either bad data or a bug in the software.</h3>
+ <h4>
+ <font color="red">
{% if message %}
{{message}}
{% else %}
<p>We are terribly sorry but an unknown fault has occurred. </p>
- {% endif %})
+ {% endif %}
+ </font>
+ </h4>
+ <div class='space'><p>&nbsp;</div>
+
+ <h3>What you should do now</h3>
+ <p>Please report the error by emailing the nerds at
+ <a href="mailto:expo-tech@lists.wookware.org">expo-tech@lists.wookware.org</a> with this information:
+ <ol>
+ <li>The error message written in <font color="red">red</font> above.
+ <li>The previous page URL: <font color="red">
+<script type="text/javascript">
+ document.write(document.referrer);
+</script></font>
+ <li>Go back to this previous page <script type="text/javascript">
+ document.write("<a href='",document.referrer,"'>",document.referrer,"</a>");
+ </script>
+ and see if you can tell whether the bad page reference was in HTML text which had been written manually, or whether it appeared to be a programming error.
+ </ol>
</div>
</div>
</div>
-
-
-
-
{% endblock %} \ No newline at end of file