Add 404 template

Django wants this when DEBUG = False.

(imported from commit 9c30b59aa0976be40ac64d16774c97f0e80f06aa)
This commit is contained in:
Keegan McAllister 2012-09-18 13:43:46 -04:00
parent cf8cc277ff
commit 996c7fb4eb
1 changed files with 3 additions and 0 deletions

3
templates/404.html Normal file
View File

@ -0,0 +1,3 @@
<html>
<body><h1>404 Not Found</h1></body>
</html>