mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17:02 +02:00
Linting
This commit is contained in:
parent
65ff4ece76
commit
c345ab90ec
1 changed files with 2 additions and 22 deletions
|
@ -737,18 +737,7 @@ class DomainApplicationAdmin(ListHeaderAdmin):
|
||||||
# Detail view
|
# Detail view
|
||||||
form = DomainApplicationAdminForm
|
form = DomainApplicationAdminForm
|
||||||
fieldsets = [
|
fieldsets = [
|
||||||
(
|
(None, {"fields": ["status", "investigator", "creator", "approved_domain", "notes"]}),
|
||||||
None,
|
|
||||||
{
|
|
||||||
"fields": [
|
|
||||||
"status",
|
|
||||||
"investigator",
|
|
||||||
"creator",
|
|
||||||
"approved_domain",
|
|
||||||
"notes"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
),
|
|
||||||
(
|
(
|
||||||
"Type of organization",
|
"Type of organization",
|
||||||
{
|
{
|
||||||
|
@ -1005,16 +994,7 @@ class DomainAdmin(ListHeaderAdmin):
|
||||||
fieldsets = (
|
fieldsets = (
|
||||||
(
|
(
|
||||||
None,
|
None,
|
||||||
{
|
{"fields": ["name", "state", "expiration_date", "first_ready", "deleted", "notes"]},
|
||||||
"fields": [
|
|
||||||
"name",
|
|
||||||
"state",
|
|
||||||
"expiration_date",
|
|
||||||
"first_ready",
|
|
||||||
"deleted",
|
|
||||||
"notes"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue