mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 19:20:47 +02:00
Add rejection reasons filter
This commit is contained in:
parent
7e9899dd6d
commit
ad591086be
2 changed files with 7 additions and 2 deletions
|
@ -779,7 +779,7 @@ class DomainApplicationAdmin(ListHeaderAdmin):
|
|||
]
|
||||
|
||||
# Filters
|
||||
list_filter = ("status", "organization_type", InvestigatorFilter)
|
||||
list_filter = ("status", "organization_type", "rejection_reason", InvestigatorFilter)
|
||||
|
||||
# Search
|
||||
search_fields = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue