diff --git a/opentech/apply/funds/templates/funds/includes/rendered_answers.html b/opentech/apply/funds/templates/funds/includes/rendered_answers.html
index 93977b10426a9f5d4a94c1e16260622c99e9f22c..733d5aaaa4bd7ee334c52e73d7208de8aa9223a0 100644
--- a/opentech/apply/funds/templates/funds/includes/rendered_answers.html
+++ b/opentech/apply/funds/templates/funds/includes/rendered_answers.html
@@ -21,8 +21,10 @@
         <p>{{ object.get_email_display }}</p>
     </div>
     <div class="grid__cell--span-two">
+        {% if get_address_display in object %}
         <h5>Address</h5>
         <p>{{ object.get_address_display }}</p>
+        {% endif %}
     </div>
 </div>
 <div class="rich-text rich-text--answers">