Make a slightly less confusing 404 error message 0.5.1
authorDiane Trout <diane@caltech.edu>
Fri, 6 May 2011 22:44:43 +0000 (15:44 -0700)
committerroot <root@jumpgate.caltech.edu>
Fri, 6 May 2011 22:44:43 +0000 (15:44 -0700)
htsworkflow/frontend/templates/404.html

index fd7bae179be863c4af512d9aedf8bb4b52dddc3b..687b49a94ab005c43429c42ca7b86943896d1fba 100644 (file)
@@ -3,7 +3,9 @@
         <title>404 - Not Found</title>
     </head>
     <body>
-        Nothing, emptiness, void...
+        <h1>404 - Not Found</h1>
+        <p>The URL you tried to reach does not appear to exist, 
+           if you have reason to believe this in error, please try again later.</p>
     </body>
 </html>