diff --git a/opentech/apply/funds/templates/funds/revisions_compare.html b/opentech/apply/funds/templates/funds/revisions_compare.html
index 649f2170ec6fb6e9c19235f23922bdc23b634a1b..4ec01d9cd5e895ffc7608918457c056ca6de76e1 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 %}