mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 11:16:07 +02:00
lint and fixing merge problems
This commit is contained in:
parent
af849adbea
commit
bd71317da3
3 changed files with 11 additions and 82 deletions
|
@ -902,7 +902,14 @@ class DomainApplicationAdmin(ListHeaderAdmin):
|
|||
custom_election_board.short_description = "Election office" # type: ignore
|
||||
|
||||
# Filters
|
||||
list_filter = ("status", "organization_type", "federal_type", ElectionOfficeFilter, "rejection_reason", InvestigatorFilter)
|
||||
list_filter = (
|
||||
"status",
|
||||
"organization_type",
|
||||
"federal_type",
|
||||
ElectionOfficeFilter,
|
||||
"rejection_reason",
|
||||
InvestigatorFilter,
|
||||
)
|
||||
|
||||
# Search
|
||||
search_fields = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue