Implement PR suggestions

This commit is contained in:
zandercymatics 2024-01-25 13:45:45 -07:00
parent dc5e0293f6
commit c75c4bb7a8
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
5 changed files with 47 additions and 16 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", "notes"]},
),
)