Add new 404-failien submitted by delicious_sandwich.

This commit is contained in:
Neil Williams
2011-09-19 16:37:21 -07:00
parent e4dbeb5c2e
commit bf6c671551
2 changed files with 1 additions and 1 deletions

View File

@@ -1208,7 +1208,7 @@ class RedditError(BoringPage):
class Reddit404(BoringPage):
site_tracking = False
def __init__(self):
ch=random.choice(['a','b','c','d'])
ch=random.choice(['a','b','c','d','e'])
BoringPage.__init__(self, _("page not found"), loginbox=False,
show_sidebar = False,
content=UnfoundPage(ch))

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 180 KiB