mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
Remove filter section
This commit is contained in:
parent
e4b0f1ad43
commit
eec0e25cb9
1 changed files with 0 additions and 3 deletions
|
@ -1807,9 +1807,6 @@ class VerifiedByStaffAdmin(ListHeaderAdmin):
|
|||
list_display = ("email", "requestor", "truncated_notes", "created_at")
|
||||
search_fields = ["email"]
|
||||
search_help_text = "Search by email."
|
||||
list_filter = [
|
||||
"requestor",
|
||||
]
|
||||
readonly_fields = [
|
||||
"requestor",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue