updated org name and address when no federal agency

This commit is contained in:
David Kennedy 2024-01-26 15:47:04 -05:00
parent 04c3d4c711
commit e2537d6890
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -1,9 +1,9 @@
<address>
{% if organization.federal_agency %}
{{ organization.federal_agency }}
{{ organization.federal_agency }}<br />
{% endif %}
{% if organization.organization_name %}
<br />{{ organization.organization_name }}
{{ organization.organization_name }}
{% endif %}
{% if organization.address_line1 %}
<br />{{ organization.address_line1 }}