mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
Fix linting error
This commit is contained in:
parent
a964396c30
commit
687d818a56
1 changed files with 1 additions and 3 deletions
|
@ -1987,9 +1987,7 @@ class DraftDomainAdmin(ListHeaderAdmin):
|
||||||
# this ordering effects the ordering of results
|
# this ordering effects the ordering of results
|
||||||
# in autocomplete_fields for user
|
# in autocomplete_fields for user
|
||||||
ordering = ["name"]
|
ordering = ["name"]
|
||||||
list_display = [
|
list_display = ["name"]
|
||||||
"name"
|
|
||||||
]
|
|
||||||
|
|
||||||
@admin.display(description=_("Requested domain"))
|
@admin.display(description=_("Requested domain"))
|
||||||
def name(self, obj):
|
def name(self, obj):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue