mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 06:24:12 +02:00
Update csv_export.py
This commit is contained in:
parent
6022cd051f
commit
6a3eb005bc
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ def parse_row_for_domain(
|
||||||
FIELDS = {
|
FIELDS = {
|
||||||
"Domain name": domain.name,
|
"Domain name": domain.name,
|
||||||
"Status": domain.get_state_display(),
|
"Status": domain.get_state_display(),
|
||||||
"First ready on": domain.first_ready,
|
"First ready on": domain.first_ready or "(blank)",
|
||||||
"Expiration date": domain.expiration_date,
|
"Expiration date": domain.expiration_date,
|
||||||
"Domain type": domain_type,
|
"Domain type": domain_type,
|
||||||
"Agency": domain_info.federal_agency,
|
"Agency": domain_info.federal_agency,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue