SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e087636c authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Debug submissions/utils.py again 2

parent e57c3919
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ class SubmissionUtils(object): ...@@ -71,7 +71,7 @@ class SubmissionUtils(object):
cls.assignment.submission.title + ' by ' + cls.assignment.submission.author_list + cls.assignment.submission.title + ' by ' + cls.assignment.submission.author_list +
'\n\nhas successfully passed the pre-screening stage. ' '\n\nhas successfully passed the pre-screening stage. '
'\n\nA Submission Page has been activated at ' '\n\nA Submission Page has been activated at '
'https://scipost.org/submission/' + str(cls.submission.id) + 'https://scipost.org/submission/' + str(cls.assignment.submission.id) +
'and a refereeing round has been started, with deadline ' 'and a refereeing round has been started, with deadline '
'currently set at ' + datetime.datetime.strftime(cls.assignment.submission.reporting_deadline, "%Y-%m-%d") + 'currently set at ' + datetime.datetime.strftime(cls.assignment.submission.reporting_deadline, "%Y-%m-%d") +
'. ' '. '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment