Change notes -> domain_notes for domain

This commit is contained in:
zandercymatics 2024-01-24 15:43:48 -07:00
parent 29621a6184
commit a758bfe512
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 4 additions and 4 deletions

View file

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