From 1dd57fac0e77e61795503a13457bb3d47864fe64 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sun, 25 Sep 2016 12:41:19 +0200
Subject: [PATCH] Correct bug in ref no longer required email

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

diff --git a/submissions/utils.py b/submissions/utils.py
index ba0732b9c..1d3e0616f 100644
--- a/submissions/utils.py
+++ b/submissions/utils.py
@@ -616,7 +616,7 @@ class SubmissionUtils(object):
             'Dear {{ title }} {{ last_name }},'
             '<p>On behalf of the Editor-in-charge {{ EIC_title }} {{ EIC_last_name }}, '
             'we would like to inform you that your report on</p>'
-            '<p>{{ title }}</p>'
+            '<p>{{ sub_title }}</p>'
             '\n<p>by {{ author_list }}</p>'
             '\n<p>is no longer required.</p>'
             '<p>We very much hope we can count on your expertise '
-- 
GitLab