From 7a627db8c9fc1a15d9b5a649e4f197d6ae55f52a Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Thu, 23 Aug 2018 15:12:32 +0100
Subject: [PATCH] Make sure the title renders for the ready to review email

---
 .../activity/templates/messages/email/ready_to_review.html      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opentech/apply/activity/templates/messages/email/ready_to_review.html b/opentech/apply/activity/templates/messages/email/ready_to_review.html
index b7ec49739..1e9b3e67c 100644
--- a/opentech/apply/activity/templates/messages/email/ready_to_review.html
+++ b/opentech/apply/activity/templates/messages/email/ready_to_review.html
@@ -4,6 +4,6 @@
 {% block content %}
 A new proposal has been added to your review list.
 
-Title: {submission.title}
+Title: {{ submission.title }}
 Link: {{ request.scheme }}://{{ request.get_host }}{{ submission.get_absolute_url }}
 {% endblock %}
-- 
GitLab