fix subreddit name when user tries to post to /new etc.

This commit is contained in:
Tobin
2015-04-01 16:27:42 -05:00
parent feffe83e06
commit 26d4d247b0
2 changed files with 6 additions and 5 deletions

View File

@@ -60,5 +60,5 @@ SUBMISSION_FILE = """
# The first line will be interpreted as the title
# Following lines will be interpreted as the content
#
# Posting to {name}
# Posting to /r/{name}
"""