mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-04 10:13:30 +02:00
Fix bug
This commit is contained in:
parent
e6852274ed
commit
59f1e0e39a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue