Merge pull request #58 from Brobin/post_submission

Added posting a Submission (text post)
This commit is contained in:
michael-lazar
2015-04-02 23:22:26 -07:00
2 changed files with 52 additions and 2 deletions

View File

@@ -52,3 +52,13 @@ COMMENT_FILE = """
# Replying to {author}'s {type}
{content}
"""
SUBMISSION_FILE = """
# Please enter your submission. Lines starting with '#' will be ignored,
# and an empty field aborts the submission.
#
# The first line will be interpreted as the title
# Following lines will be interpreted as the content
#
# Posting to /r/{name}
"""