mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Don't show "Saved" tab on front page to unlogged users.
It 404s right now and is only there for legacy reasons anyway.
This commit is contained in:
committed by
Keith Mitchell
parent
f72e1fbccf
commit
c517c41501
@@ -381,7 +381,7 @@ class Reddit(Templated):
|
||||
NamedButton('top'),
|
||||
]
|
||||
|
||||
if c.user_is_loggedin or not g.read_only_mode:
|
||||
if c.user_is_loggedin:
|
||||
main_buttons.append(NamedButton('saved', False))
|
||||
|
||||
more_buttons = []
|
||||
|
||||
Reference in New Issue
Block a user