Skip to content

Commit

Permalink
Update domain_request.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics committed Oct 1, 2024
1 parent 5a96855 commit 47d226f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/models/domain_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def send_custom_status_update_email(self, status):
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,
Expand Down

0 comments on commit 47d226f

Please sign in to comment.