From e2537d6890fb7cca0c044da08834cedf85a49d7e Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Fri, 26 Jan 2024 15:47:04 -0500 Subject: [PATCH] updated org name and address when no federal agency --- src/registrar/templates/includes/organization_address.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/registrar/templates/includes/organization_address.html b/src/registrar/templates/includes/organization_address.html index d0c62d685..c0baf3c9f 100644 --- a/src/registrar/templates/includes/organization_address.html +++ b/src/registrar/templates/includes/organization_address.html @@ -1,9 +1,9 @@
{% if organization.federal_agency %} - {{ organization.federal_agency }} + {{ organization.federal_agency }}
{% endif %} {% if organization.organization_name %} -
{{ organization.organization_name }} + {{ organization.organization_name }} {% endif %} {% if organization.address_line1 %}
{{ organization.address_line1 }}