mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Update domain_request.py
This commit is contained in:
parent
5a96855ccc
commit
47d226ff5e
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ class DomainRequest(TimeStampedModel):
|
|||
if status_info.get("cached_reason") != status_info.get("reason") or status_info.get("cached_reason") is None:
|
||||
bcc_address = settings.DEFAULT_FROM_EMAIL if settings.IS_PRODUCTION else ""
|
||||
self._send_status_update_email(
|
||||
new_status="action needed",
|
||||
new_status=status.label,
|
||||
email_template=f"emails/includes/custom_email.txt",
|
||||
email_template_subject=f"emails/status_change_subject.txt",
|
||||
bcc_address=bcc_address,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue