Merge branch 'main' into za/1851-check-how-user-was-verified

This commit is contained in:
zandercymatics 2024-04-26 08:03:08 -06:00
commit 2fff3022ea
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
22 changed files with 1063 additions and 318 deletions

View file

@ -1234,7 +1234,17 @@ class DomainRequestAdmin(ListHeaderAdmin):
},
),
(".gov domain", {"fields": ["requested_domain", "alternative_domains"]}),
("Contacts", {"fields": ["authorizing_official", "other_contacts", "no_other_contacts_rationale"]}),
(
"Contacts",
{
"fields": [
"authorizing_official",
"other_contacts",
"no_other_contacts_rationale",
"cisa_representative_email",
]
},
),
("Background info", {"fields": ["purpose", "anything_else", "current_websites"]}),
(
"Type of organization",
@ -1307,6 +1317,7 @@ class DomainRequestAdmin(ListHeaderAdmin):
"no_other_contacts_rationale",
"anything_else",
"is_policy_acknowledged",
"cisa_representative_email",
]
autocomplete_fields = [
"approved_domain",