mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
lint
This commit is contained in:
parent
0a7d4e460d
commit
06e4daef6a
4 changed files with 20 additions and 13 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue