mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 09:43:54 +02:00
Fix typo in subject line argument passed to the email sending method for approved domains
This commit is contained in:
parent
94b9270b91
commit
849bdfac5d
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ class DomainApplication(TimeStampedModel):
|
|||
self._send_status_update_email(
|
||||
"application approved",
|
||||
"emails/status_change_approved.txt",
|
||||
"emails/status_change_approved.txt",
|
||||
"emails/status_change_approved_subject.txt",
|
||||
)
|
||||
|
||||
@transition(field="status", source=[SUBMITTED, INVESTIGATING], target=WITHDRAWN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue