SciPost Code Repository

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

feat(proofs): add publication date placeholder

parent cd8210a3
No related branches found
No related tags found
No related merge requests found
......@@ -407,6 +407,7 @@ class Command(BaseCommand):
"<|AFFILIATIONS|>": (format_affiliations, paper_abbreviated_authors),
"<|RECEIVED|>": (format_date_iso, paper_received_date),
"<|ACCEPTED|>": (format_date_iso, paper_acceptance_date),
"<|PUBLISHED|>": (lambda _: "20??-??-??", None),
}
# Replace the logo if the submission has been accepted in Selections
......
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