From 0e68c61ad5588de1a07c7b233a5757c9b203ca68 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Thu, 23 Aug 2018 10:24:18 +0100
Subject: [PATCH] Make sure we display changes to the title on the comapre view

---
 opentech/apply/funds/templates/funds/revisions_compare.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/opentech/apply/funds/templates/funds/revisions_compare.html b/opentech/apply/funds/templates/funds/revisions_compare.html
index 649f2170e..4ec01d9cd 100644
--- a/opentech/apply/funds/templates/funds/revisions_compare.html
+++ b/opentech/apply/funds/templates/funds/revisions_compare.html
@@ -10,6 +10,10 @@
 </div>
 
 <div class="wrapper wrapper--large wrapper--tabs">
+    <div>
+        <h2>{{ object.get_title_display }}</h2>
+    </div>
+
     {% include "funds/includes/rendered_answers.html" %}
 </div>
 {% endblock %}
-- 
GitLab