mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
changing exclude / include to checkboxes
This commit is contained in:
parent
12524403ef
commit
f200ba465c
3 changed files with 37 additions and 0 deletions
|
@ -966,6 +966,8 @@ class DomainRequestAdmin(ListHeaderAdmin):
|
|||
title = "Status"
|
||||
parameter_name = "status__in"
|
||||
|
||||
template = "django/admin/multiple_choice_list_filter.html"
|
||||
|
||||
def lookups(self, request, model_admin):
|
||||
return DomainRequest.DomainRequestStatus.choices
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue