Add notes to DomainInformation

This commit is contained in:
zandercymatics 2024-01-24 15:38:08 -07:00
parent 2a345cddb9
commit 29621a6184
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
5 changed files with 17 additions and 5 deletions

View file

@ -570,7 +570,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
search_help_text = "Search by domain."
fieldsets = [
(None, {"fields": ["creator", "domain_application"]}),
(None, {"fields": ["creator", "domain_application", "notes"]}),
(
"Type of organization",
{