mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 01:36:00 +02:00
remove submitter fields:
This commit is contained in:
parent
677743cbf3
commit
91420429c2
1 changed files with 0 additions and 18 deletions
|
@ -32,20 +32,6 @@ def export_domains_to_writer(writer, columns, sort_fields, filter_condition):
|
||||||
"AO email": domainInfo.authorizing_official.email
|
"AO email": domainInfo.authorizing_official.email
|
||||||
if domainInfo.authorizing_official
|
if domainInfo.authorizing_official
|
||||||
else " ",
|
else " ",
|
||||||
"Submitter": domainInfo.submitter.first_name
|
|
||||||
+ " "
|
|
||||||
+ domainInfo.submitter.last_name
|
|
||||||
if domainInfo.submitter
|
|
||||||
else " ",
|
|
||||||
"Submitter title": domainInfo.submitter.title
|
|
||||||
if domainInfo.submitter
|
|
||||||
else " ",
|
|
||||||
"Submitter email": domainInfo.submitter.email
|
|
||||||
if domainInfo.submitter
|
|
||||||
else " ",
|
|
||||||
"Submitter phone": domainInfo.submitter.phone
|
|
||||||
if domainInfo.submitter
|
|
||||||
else " ",
|
|
||||||
"Security Contact Email": security_contacts[0].email
|
"Security Contact Email": security_contacts[0].email
|
||||||
if security_contacts
|
if security_contacts
|
||||||
else " ",
|
else " ",
|
||||||
|
@ -66,10 +52,6 @@ def export_data_type_to_csv(csv_file):
|
||||||
"State",
|
"State",
|
||||||
"AO",
|
"AO",
|
||||||
"AO email",
|
"AO email",
|
||||||
"Submitter",
|
|
||||||
"Submitter title",
|
|
||||||
"Submitter email",
|
|
||||||
"Submitter phone",
|
|
||||||
"Security Contact Email",
|
"Security Contact Email",
|
||||||
"Status",
|
"Status",
|
||||||
# 'Expiration Date'
|
# 'Expiration Date'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue