mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
set start date to now, use display for State
This commit is contained in:
parent
2b6f2e977e
commit
49324fcf66
3 changed files with 15 additions and 11 deletions
|
@ -38,7 +38,7 @@ def write_row(writer, columns, domain_info):
|
|||
"AO": ao,
|
||||
"AO email": domain_info.authorizing_official.email if domain_info.authorizing_official else " ",
|
||||
"Security contact email": security_contacts[0].email if security_contacts else " ",
|
||||
"Status": domain_info.domain.state,
|
||||
"Status": domain_info.domain.get_state_display(),
|
||||
"Expiration date": domain_info.domain.expiration_date,
|
||||
"Created at": domain_info.domain.created_at,
|
||||
"First ready at": domain_info.domain.first_ready_at,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue