Merge pull request #2598 from cisagov/nl/2470-update-action-needed-email

Issue #2470 - Enhance analysts ability to update "Action needed" email text [nl]
This commit is contained in:
CuriousX 2024-08-27 09:17:01 -06:00 committed by GitHub
commit ecfd4d148c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 239 additions and 48 deletions

View file

@ -224,7 +224,7 @@ class DomainRequestAdminForm(forms.ModelForm):
"other_contacts": NoAutocompleteFilteredSelectMultiple("other_contacts", False),
}
labels = {
"action_needed_reason_email": "Auto-generated email",
"action_needed_reason_email": "Email",
}
def __init__(self, *args, **kwargs):