mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Add new 404-failien submitted by delicious_sandwich.
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user