From ec9b03bd8e7db8d635a7667c2ee4ae9647fb341c Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Thu, 23 Aug 2018 15:11:49 +0100
Subject: [PATCH] Add more context to the determination email

---
 .../apply/activity/templates/messages/email/determination.html  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/opentech/apply/activity/templates/messages/email/determination.html b/opentech/apply/activity/templates/messages/email/determination.html
index d224887ec..62fe5a032 100644
--- a/opentech/apply/activity/templates/messages/email/determination.html
+++ b/opentech/apply/activity/templates/messages/email/determination.html
@@ -2,6 +2,8 @@
 {% load bleach_tags %}
 
 {% block content %}
+Your application has been reviewed and the outcome is: {{ submission.determination.clean_outcome }}
+
 {{ submission.determination.message|bleach }}
 {% endblock %}
 
-- 
GitLab