This commit is contained in:
zandercymatics 2024-07-08 08:30:47 -06:00
parent 0641e9ad72
commit 204b907a54
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 2 additions and 2 deletions

View file

@ -1984,7 +1984,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
if not custom_text:
template_path = f"emails/action_needed_reasons/{action_needed_reason}.txt"
else:
template_path = f"emails/action_needed_reasons/custom_email.txt"
template_path = "emails/action_needed_reasons/custom_email.txt"
template = get_template(template_path)