This commit is contained in:
zandercymatics 2024-07-08 08:26:32 -06:00
parent 4bdf2cbe8f
commit 0641e9ad72
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
4 changed files with 6 additions and 10 deletions

View file

@ -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"