CSS tweaks to the button layout in django admin (object-tools)

This commit is contained in:
Rachid Mrad 2023-10-31 13:02:34 -04:00
parent 1cb0127dfb
commit ee49290e98
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
5 changed files with 59 additions and 12 deletions

View file

@ -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",