added editing submissions and comments

This commit is contained in:
Tobin
2015-04-06 12:01:44 -05:00
parent 6f2dd9f528
commit e321ac8182
2 changed files with 49 additions and 2 deletions

View File

@@ -57,6 +57,13 @@ COMMENT_FILE = """
{content}
"""
COMMENT_EDIT_FILE = """{content}
# Please enter a comment. Lines starting with '#' will be ignored,
# and an empty message aborts the comment.
#
# Editing your comment
"""
SUBMISSION_FILE = """
# Please enter your submission. Lines starting with '#' will be ignored,
# and an empty field aborts the submission.