Minor formatting changes.

This commit is contained in:
Michael Lazar
2016-07-31 19:55:06 -07:00
parent acadb250dd
commit 0a03083e6b
3 changed files with 13 additions and 18 deletions

View File

@@ -134,7 +134,7 @@ class SubredditPage(Page):
# Check that the subreddit can be submitted to
name = self.content.name
if '+' in name or name in ('/r/all', '/r/front', '/r/me','/r/saved'):
if '+' in name or name in ('/r/all', '/r/front', '/r/me','/u/saved'):
self.term.show_notification("Can't post to {0}".format(name))
return