mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-05 12:07:22 +02:00
CSS tweaks to the button layout in django admin (object-tools)
This commit is contained in:
parent
1cb0127dfb
commit
ee49290e98
5 changed files with 59 additions and 12 deletions
|
@ -24,7 +24,7 @@ def export_domains_to_writer(writer, columns, sort_fields, filter_condition):
|
|||
+ domainInfo.get_federal_type_display()
|
||||
if domainInfo.federal_type
|
||||
else domainInfo.get_organization_type_display(),
|
||||
"Federal agency": domainInfo.federal_agency,
|
||||
"Agency": domainInfo.federal_agency,
|
||||
"Organization name": domainInfo.organization_name,
|
||||
"City": domainInfo.city,
|
||||
"State": domainInfo.state_territory,
|
||||
|
@ -51,7 +51,7 @@ def export_data_type_to_csv(csv_file):
|
|||
columns = [
|
||||
"Domain name",
|
||||
"Domain type",
|
||||
"Federal agency",
|
||||
"Agency",
|
||||
"Organization name",
|
||||
"City",
|
||||
"State",
|
||||
|
@ -78,7 +78,7 @@ def export_data_full_to_csv(csv_file):
|
|||
columns = [
|
||||
"Domain name",
|
||||
"Domain type",
|
||||
"Federal agency",
|
||||
"Agency",
|
||||
"Organization name",
|
||||
"City",
|
||||
"State",
|
||||
|
@ -101,7 +101,7 @@ def export_data_federal_to_csv(csv_file):
|
|||
columns = [
|
||||
"Domain name",
|
||||
"Domain type",
|
||||
"Federal agency",
|
||||
"Agency",
|
||||
"Organization name",
|
||||
"City",
|
||||
"State",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue