Initial draft logic for updating action needed email behavior

This commit is contained in:
CocoByte 2024-08-14 11:18:47 -06:00
parent df4a02f8ce
commit aea8539d66
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
3 changed files with 63 additions and 28 deletions

View file

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