mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Update csv_export.py
This commit is contained in:
parent
352cc96d81
commit
bf74e72628
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ class DomainRequestExport:
|
|||
if is_election_board is not None:
|
||||
human_readable_election_board = "Yes" if is_election_board else "No"
|
||||
|
||||
# Handle the additional details field. Pipe sep.
|
||||
# Handle the additional details field. Pipe seperated.
|
||||
cisa_rep = request.get("cisa_representative_email")
|
||||
details = [cisa_rep, request.get("anything_else")]
|
||||
additional_details = " | ".join([field for field in details if field])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue