mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
reformatted
This commit is contained in:
parent
69c665e4fa
commit
72a816acda
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ class ContactAdmin(ListHeaderAdmin):
|
||||||
|
|
||||||
user_exists.boolean = True # type: ignore
|
user_exists.boolean = True # type: ignore
|
||||||
user_exists.short_description = "Is user" # type: ignore
|
user_exists.short_description = "Is user" # type: ignore
|
||||||
user_exists.admin_order_field = 'user' # type: ignore
|
user_exists.admin_order_field = "user" # type: ignore
|
||||||
|
|
||||||
# We name the custom prop 'contact' because linter
|
# We name the custom prop 'contact' because linter
|
||||||
# is not allowing a short_description attr on it
|
# is not allowing a short_description attr on it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue