SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 512e4d9f authored by George Katsikas's avatar George Katsikas :goat:
Browse files

remove metadata update promise for non-arXiv paper

fixes #87
parent b7e9fa45
No related branches found
No related tags found
No related merge requests found
......@@ -32,10 +32,14 @@ class JournalUtils(BaseMailUtil):
"\n\nThe permanent DOI for your publication is 10.21468/"
+ cls.publication.doi_label
+ "."
"\n\nTo facilitate dissemination of your paper, we will also automatically "
"update the arXiv Journal-ref with this information (this update usually "
"takes place within one week; you do not need to take action)."
"\n\nWe warmly congratulate you on this achievement and thank you "
+ (
"\n\nTo facilitate dissemination of your paper, we will also automatically "
"update the arXiv Journal-ref with this information (this update usually "
"takes place within one week; you do not need to take action)."
if cls.publication.accepted_submission.preprint.is_arXiv
else ""
)
+ "\n\nWe warmly congratulate you on this achievement and thank you "
"for entrusting us with the task of publishing your research. "
"\n\nSincerely," + "\n\nThe SciPost Team."
)
......
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