This commit is contained in:
zandercymatics 2024-10-01 10:28:40 -06:00
parent 0a7d4e460d
commit 06e4daef6a
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 20 additions and 13 deletions

View file

@ -689,7 +689,7 @@ class DomainRequest(TimeStampedModel):
"reason": self.rejection_reason,
"email": self.rejection_reason_email,
"excluded_reasons": [DomainRequest.RejectionReasons.OTHER],
}
},
}
status_info = status_information.get(status)
@ -952,7 +952,7 @@ class DomainRequest(TimeStampedModel):
As side effects this will delete the domain and domain_information
(will cascade) when they exist.
Afterwards, we send out an email for action_needed in def save().
See the function send_custom_status_update_email.
"""