Move FakeSubreddit.link_flair_position to the right.

This commit is contained in:
Logan Hanks
2012-04-16 16:21:52 -07:00
parent 5df49b5a38
commit d479c28933

View File

@@ -653,7 +653,7 @@ class FakeSubreddit(Subreddit):
def __init__(self):
Subreddit.__init__(self)
self.title = ''
self.link_flair_position = 'left'
self.link_flair_position = 'right'
def is_moderator(self, user):
return c.user_is_loggedin and c.user_is_admin