mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
linting
This commit is contained in:
parent
4bdf2cbe8f
commit
0641e9ad72
4 changed files with 6 additions and 10 deletions
|
@ -893,7 +893,7 @@ class DomainRequest(TimeStampedModel):
|
|||
# This is so you can override if you need, or have this taken care of for you.
|
||||
if not email_template_name:
|
||||
email_template_name = f"{self.action_needed_reason}.txt"
|
||||
|
||||
|
||||
if not email_template_subject_name:
|
||||
email_template_subject_name = f"{self.action_needed_reason}_subject.txt"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue