mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
Add filter + test skeleton
This commit is contained in:
parent
ebafb31f70
commit
46677f4588
2 changed files with 41 additions and 0 deletions
|
@ -356,6 +356,10 @@ class DomainInvitationAdmin(ListHeaderAdmin):
|
|||
"email",
|
||||
"domain__name",
|
||||
]
|
||||
|
||||
# Filters
|
||||
list_filter = ("status",)
|
||||
|
||||
search_help_text = "Search by email or domain."
|
||||
|
||||
# Mark the FSM field 'status' as readonly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue