Django really wanted a 404 template.
authorDiane Trout <diane@caltech.edu>
Sat, 19 Sep 2009 01:15:40 +0000 (01:15 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 19 Sep 2009 01:15:40 +0000 (01:15 +0000)
So here is an insanely basic 404 template.
Someone should fix it, but at least know I'm getting 404s and not
tracebacks

htsworkflow/frontend/templates/404.html [new file with mode: 0644]

diff --git a/htsworkflow/frontend/templates/404.html b/htsworkflow/frontend/templates/404.html
new file mode 100644 (file)
index 0000000..fd7bae1
--- /dev/null
@@ -0,0 +1,9 @@
+<html>
+    <head>
+        <title>404 - Not Found</title>
+    </head>
+    <body>
+        Nothing, emptiness, void...
+    </body>
+</html>
+