summaryrefslogtreecommitdiffstats
path: root/templates/errors
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2022-12-29 15:07:58 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2022-12-29 15:07:58 +0000
commit1ab7528f7b27aabae52dff7727030929f3c3649d (patch)
tree17c29fb5f4920875915c197dd1be5f8f891f09dd /templates/errors
parentde74cd486789231eff374c9d6bef828f54e715b9 (diff)
downloadtroggle-1ab7528f7b27aabae52dff7727030929f3c3649d.tar.gz
troggle-1ab7528f7b27aabae52dff7727030929f3c3649d.tar.bz2
troggle-1ab7528f7b27aabae52dff7727030929f3c3649d.zip
Clean up unused templates. All checked.
Diffstat (limited to 'templates/errors')
-rw-r--r--templates/errors/debug.html50
1 files changed, 0 insertions, 50 deletions
diff --git a/templates/errors/debug.html b/templates/errors/debug.html
deleted file mode 100644
index c2cc025..0000000
--- a/templates/errors/debug.html
+++ /dev/null
@@ -1,50 +0,0 @@
-{% extends 'base.html' %}
-
-{% block title %}Troggle Debug - Generic page{% endblock %}
-{% block content %}
-
-<div class='middle'>
- <h2>Troggle Debug Page</h2>
-</div>
-
-
-<div class='middle3 login'>
- <div class='space'></div>
- <div class='align-center'>
- <h3>This is temporary debugging output. There has NOT been an error.</h3>
- <h4>
-
- <font color="red">
- {% if message %}
- <pre>
- {{message}}
- </pre>
- {% else %}
- <p>Placeholder. </p>
-
- {% endif %}
- </font>
- </h4>
- <div class='space'><p>&nbsp;</div>
-
- <h3>What you should do now</h3>
- <p>Please report this 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 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 page causing the debug output was in HTML text which had been written manually, or whether it appeared to be a programming intention.
- </ol>
-
-
- </div>
-</div>
-</div>
-
-{% endblock %} \ No newline at end of file