From 59f1e0e39abe218e3f1e70ae40b0e5c6f664118c Mon Sep 17 00:00:00 2001 From: Seamus Johnston Date: Wed, 14 Dec 2022 07:50:13 -0600 Subject: [PATCH] Fix bug --- src/registrar/templates/application_review.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/application_review.html b/src/registrar/templates/application_review.html index 33ac78921..44dd6975c 100644 --- a/src/registrar/templates/application_review.html +++ b/src/registrar/templates/application_review.html @@ -25,7 +25,7 @@ {{ application.is_election_board|yesno:"Yes,No,Incomplete" }} {% endif %} {% if step == step_cls.ORGANIZATION_CONTACT %} - {% if organization.organization_name %} + {% if application.organization_name %} {% include "includes/organization_address.html" with organization=application %} {% else %} Incomplete