mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Update csv_export.py
This commit is contained in:
parent
ce21826fdc
commit
f48e1f8689
1 changed files with 1 additions and 1 deletions
|
@ -799,7 +799,7 @@ class DomainRequestExport:
|
|||
"Other contacts": extra_fields.get("all_other_contacts"),
|
||||
"Current websites": extra_fields.get("all_current_websites"),
|
||||
# Normal fields
|
||||
"Federal agency": request.federal_agency.agency,
|
||||
"Federal agency": request.federal_agency.agency if request.federal_agency else None,
|
||||
"AO first name": request.authorizing_official.first_name,
|
||||
"AO last name": request.authorizing_official.last_name,
|
||||
"AO email": request.authorizing_official.email,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue