mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +02:00
fixed formatting for lint
This commit is contained in:
parent
888ddda9e9
commit
c52ccf8a9a
2 changed files with 5 additions and 7 deletions
|
@ -164,6 +164,7 @@ class MyHostAdmin(AuditedAdmin):
|
|||
|
||||
inlines = [HostIPInline]
|
||||
|
||||
|
||||
class DomainAdmin(ListHeaderAdmin):
|
||||
|
||||
"""Custom domain admin class to add extra buttons."""
|
||||
|
@ -218,6 +219,7 @@ class DomainAdmin(ListHeaderAdmin):
|
|||
return True
|
||||
return super().has_change_permission(request, obj)
|
||||
|
||||
|
||||
class ContactAdmin(ListHeaderAdmin):
|
||||
"""Custom contact admin class to add search."""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue