From 70fcf5bd8e6c8ac5f058fded28613eff42b9c5e4 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Mar 2008 20:24:24 -0800 Subject: needed 404.html to run w/o debug --- templates/404.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/404.html (limited to 'templates/404.html') diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..10431f4 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block title %}OH NOZ!{% endblock %} +{% block content %} +Sumthing iz wrong! +{% endblock %} -- cgit v1.2.3