mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
Lint
This commit is contained in:
parent
aca65985b6
commit
889bf864e8
1 changed files with 4 additions and 4 deletions
|
@ -899,7 +899,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
|
||||||
"federally_recognized_tribe",
|
"federally_recognized_tribe",
|
||||||
"state_recognized_tribe",
|
"state_recognized_tribe",
|
||||||
"about_your_organization",
|
"about_your_organization",
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -921,7 +921,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
|
||||||
"city",
|
"city",
|
||||||
"zipcode",
|
"zipcode",
|
||||||
"urbanization",
|
"urbanization",
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
@ -1122,7 +1122,7 @@ class DomainRequestAdmin(ListHeaderAdmin):
|
||||||
"federally_recognized_tribe",
|
"federally_recognized_tribe",
|
||||||
"state_recognized_tribe",
|
"state_recognized_tribe",
|
||||||
"about_your_organization",
|
"about_your_organization",
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
@ -1144,7 +1144,7 @@ class DomainRequestAdmin(ListHeaderAdmin):
|
||||||
"city",
|
"city",
|
||||||
"zipcode",
|
"zipcode",
|
||||||
"urbanization",
|
"urbanization",
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue