From 58948c9439db23f00f29785c7c7e85674092c0dc Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Wed, 7 Dec 2016 17:36:35 +0100 Subject: [PATCH] Correct typo in EIC appointment email --- submissions/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submissions/utils.py b/submissions/utils.py index 68057a9a9..dbd7d3030 100644 --- a/submissions/utils.py +++ b/submissions/utils.py @@ -220,7 +220,7 @@ class SubmissionUtils(object): '\n<p>In particular, you should now invite at least 3 referees; you might want to ' 'make sure you are aware of the ' 'detailed procedure described in the ' - 'a href="https://scipost.org/EdCol_by-laws">Editorial College by-laws</a>.</p>' + '<a href="https://scipost.org/EdCol_by-laws">Editorial College by-laws</a>.</p>' '<p>Many thanks in advance for your collaboration,</p>' '<p>The SciPost Team.</p>') email_context = Context({ -- GitLab