From 911517a2c93b6f58bd642c8a3e216b32beb64a3c Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Wed, 29 Aug 2018 23:20:49 +0200
Subject: [PATCH] Revert "Not all imported applications has an address set so
 make it optional in the template."

This reverts commit 6ec5b471c87583dfbb9b7a1c001853cd78f5e18b.
---
 .../apply/funds/templates/funds/includes/rendered_answers.html  | 2 --
 1 file changed, 2 deletions(-)

diff --git a/opentech/apply/funds/templates/funds/includes/rendered_answers.html b/opentech/apply/funds/templates/funds/includes/rendered_answers.html
index 733d5aaaa..93977b104 100644
--- a/opentech/apply/funds/templates/funds/includes/rendered_answers.html
+++ b/opentech/apply/funds/templates/funds/includes/rendered_answers.html
@@ -21,10 +21,8 @@
         <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">
-- 
GitLab