merge changes

This commit is contained in:
David Kennedy 2024-03-09 06:41:10 -05:00
parent 274a3f7f08
commit d75cbf50e3
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 45 additions and 1 deletions

View file

@ -777,7 +777,7 @@ class DomainInformationAdmin(ListHeaderAdmin):
search_help_text = "Search by domain."
fieldsets = [
(None, {"fields": ["creator", "submitter", "domain_application", "notes"]}),
(None, {"fields": ["creator", "submitter", "domain_request", "notes"]}),
(".gov domain", {"fields": ["domain"]}),
("Contacts", {"fields": ["authorizing_official", "other_contacts", "no_other_contacts_rationale"]}),
("Background info", {"fields": ["anything_else"]}),