mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding a 404 and 500 template.
This commit is contained in:
parent
0d34121c50
commit
1555dd1fb7
2 changed files with 8 additions and 0 deletions
3
templates/404.html
Normal file
3
templates/404.html
Normal 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
5
templates/500.html
Normal 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>
|
Loading…
Add table
Reference in a new issue