From 3a65b8ef23eb6b4b3bba06eb99132119c35c2bd7 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Sat, 19 Sep 2009 01:15:40 +0000 Subject: [PATCH] Django really wanted a 404 template. 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 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 htsworkflow/frontend/templates/404.html diff --git a/htsworkflow/frontend/templates/404.html b/htsworkflow/frontend/templates/404.html new file mode 100644 index 0000000..fd7bae1 --- /dev/null +++ b/htsworkflow/frontend/templates/404.html @@ -0,0 +1,9 @@ + + + 404 - Not Found + + + Nothing, emptiness, void... + + + -- 2.30.2