From b181324fc775e77c5af2f9c2e8e5b90eb25eb7c7 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sun, 25 Sep 2016 18:20:11 +0200
Subject: [PATCH] Debug ref agrees email to EIC

---
 submissions/utils.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/submissions/utils.py b/submissions/utils.py
index 1d3e0616f..7664bab53 100644
--- a/submissions/utils.py
+++ b/submissions/utils.py
@@ -677,6 +677,7 @@ class SubmissionUtils(object):
         email_subject = 'SciPost: referee declines to review'
         if cls.invitation.accepted:
             email_text += 'accepted '
+            email_text_html += 'accepted '
             email_subject = 'SciPost: referee accepts to review'
         elif cls.invitation.accepted == False:
             email_text += ('declined (due to reason: ' 
-- 
GitLab