mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 01:27:03 +02:00
linting
This commit is contained in:
parent
5fed6d5810
commit
409615b125
1 changed files with 2 additions and 1 deletions
|
@ -400,7 +400,8 @@ class HostIPInline(admin.StackedInline):
|
|||
|
||||
class MyHostAdmin(AuditedAdmin):
|
||||
"""Custom host admin class to use our inlines."""
|
||||
search_fields = ["name","domain__name"]
|
||||
|
||||
search_fields = ["name", "domain__name"]
|
||||
search_help_text = "Search by domain or hostname."
|
||||
inlines = [HostIPInline]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue