Linting, remove domain notes

This commit is contained in:
zandercymatics 2024-01-25 08:17:00 -07:00
parent a758bfe512
commit 6415c645ee
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 2 additions and 8 deletions

View file

@ -994,7 +994,7 @@ class DomainAdmin(ListHeaderAdmin):
fieldsets = (
(
None,
{"fields": ["name", "state", "expiration_date", "first_ready", "deleted", "domain_notes"]},
{"fields": ["name", "state", "expiration_date", "first_ready", "deleted"]},
),
)