Adding a 404 and 500 template.

This commit is contained in:
Samuel Clay 2010-04-26 10:53:52 -04:00
parent 0d34121c50
commit 1555dd1fb7
2 changed files with 8 additions and 0 deletions

3
templates/404.html Normal file
View file

@ -0,0 +1,3 @@
<h1>It's a 404!</h1>
<p><a href="{{ index }}">Return to NewsBlur</a></p>

5
templates/500.html Normal file
View file

@ -0,0 +1,5 @@
<h1>It's an error!</h1>
<p>The error has been e-mailed and will hopefully be fixed so you won't have to see this again.</p>
<p><a href="{{ index }}">Return to NewsBlur</a></p>