From 2f1f64a7d310a4af27c7bae0f419d3f6df95ac48 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Tue, 20 Sep 2016 11:05:09 +0200 Subject: [PATCH] debug --- scipost/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost/utils.py b/scipost/utils.py index 76b3005eb..586c271c2 100644 --- a/scipost/utils.py +++ b/scipost/utils.py @@ -171,7 +171,7 @@ class Utils(object): if cls.invitation.invitation_type == 'F': email_text += 'RE: Invitation to join the Editorial College of SciPost\n\n' email_text_html += ('<strong>RE: Invitation to join the Editorial College ' - 'of SciPost</strong><br/><hr/><br/>' + 'of SciPost</strong><br/><hr/><br/>') email_text += 'Dear ' email_text_html += 'Dear ' if cls.invitation.message_style == 'F': -- GitLab